OSDN Git Service

Include stddef from snow_dwt.h.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 25 Nov 2014 00:27:30 +0000 (01:27 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 25 Nov 2014 01:00:27 +0000 (02:00 +0100)
Fixes make checkheaders.

libavcodec/snow_dwt.h

index 6ac49e2..e2d7528 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef AVCODEC_SNOW_DWT_H
 #define AVCODEC_SNOW_DWT_H
 
+#include <stddef.h>
 #include <stdint.h>
 
 typedef int DWTELEM;