mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
hqxdsp.h: #include "stddef.h"
It is required by ptrdiff_t, fixes make checkheaders.
This commit is contained in:
parent
98cab39798
commit
1746dc382d
@ -26,6 +26,7 @@
|
||||
#ifndef AVCODEC_HQXDSP_H
|
||||
#define AVCODEC_HQXDSP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct HQXDSPContext {
|
||||
|
Loading…
Reference in New Issue
Block a user