mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-19 10:13:13 +00: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…
x
Reference in New Issue
Block a user