Browse code

Add missing #includes to fix 'make checkheaders'.

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

Diego Biurrun authored on 2008/06/16 17:25:48
Showing 2 changed files
... ...
@@ -23,6 +23,8 @@
23 23
 #ifndef FFMPEG_ACELP_VECTORS_H
24 24
 #define FFMPEG_ACELP_VECTORS_H
25 25
 
26
+#include <stdint.h>
27
+
26 28
 /*
27 29
  * Track|Pulse|        Positions
28 30
  * -------------------------------------------------------------------------
... ...
@@ -22,6 +22,8 @@
22 22
 #ifndef FFMPEG_RA144_H
23 23
 #define FFMPEG_RA144_H
24 24
 
25
+#include <stdint.h>
26
+
25 27
 /* 14.4 data tables */
26 28
 static const int16_t wavtable1[256][9] = {
27 29
     { 541,   956,   768, -1011,  -811,  -717,  -571,  -893,  -576},