[FFmpeg-cvslog] Include stddef from snow_dwt.h.
Carl Eugen Hoyos
git at videolan.org
Tue Nov 25 04:19:03 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Nov 25 01:27:30 2014 +0100| [0e3ea5b28a32fc068322f3482cd147a787cb9855] | committer: Carl Eugen Hoyos
Include stddef from snow_dwt.h.
Fixes make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e3ea5b28a32fc068322f3482cd147a787cb9855
---
libavcodec/snow_dwt.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h
index 6ac49e2..e2d7528 100644
--- a/libavcodec/snow_dwt.h
+++ b/libavcodec/snow_dwt.h
@@ -21,6 +21,7 @@
#ifndef AVCODEC_SNOW_DWT_H
#define AVCODEC_SNOW_DWT_H
+#include <stddef.h>
#include <stdint.h>
typedef int DWTELEM;
More information about the ffmpeg-cvslog
mailing list