Fix make checkheaders
authorMartin Storsjö <martin@martin.st>
Tue, 21 Dec 2010 11:19:59 +0000 (11:19 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 21 Dec 2010 11:19:59 +0000 (11:19 +0000)
amrwbdata.h uses offsetof(), which is defined in stddef.h.

Originally committed as revision 26068 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/amrwbdata.h

index 47b0d42..36553d5 100644 (file)
@@ -28,6 +28,7 @@
 #define AVCODEC_AMRWBDATA_H
 
 #include <stdint.h>
+#include <stddef.h>
 
 #define LP_ORDER            16                ///< linear predictive coding filter order
 #define LP_ORDER_16k        20                ///< lpc filter order at 16kHz