diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 23:13:12 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 23:13:16 +0200 |
commit | 2f8f5027ad6f16969b284b1a22f77302f8fc429e (patch) | |
tree | a6bb5a00537a8f3e912de3f793dfa1ba02c93bc3 /libavcodec/hqxdsp.h | |
parent | 5380c9afb9a2be04564aeef2c3ecf080a8cdf24a (diff) | |
parent | 1746dc382ddbf3f8a3f039815644f7eb9076110e (diff) | |
download | ffmpeg-2f8f5027ad6f16969b284b1a22f77302f8fc429e.tar.gz |
Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e'
* commit '1746dc382ddbf3f8a3f039815644f7eb9076110e':
hqxdsp.h: #include "stddef.h"
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hqxdsp.h')
-rw-r--r-- | libavcodec/hqxdsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hqxdsp.h b/libavcodec/hqxdsp.h index 5cbf7b39b6..16a42cc2b5 100644 --- a/libavcodec/hqxdsp.h +++ b/libavcodec/hqxdsp.h @@ -26,6 +26,7 @@ #ifndef AVCODEC_HQXDSP_H #define AVCODEC_HQXDSP_H +#include <stddef.h> #include <stdint.h> typedef struct HQXDSPContext { |