Add missing header includes to fix 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 19:26:13 +0000 (19:26 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 17 Aug 2008 19:26:13 +0000 (19:26 +0000)
Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/lpc.h

index 6e74c0d..6586854 100644 (file)
@@ -22,7 +22,8 @@
 #ifndef FFMPEG_LPC_H
 #define FFMPEG_LPC_H
 
-#include <inttypes.h>
+#include <stdint.h>
+#include "dsputil.h"
 
 #define ORDER_METHOD_EST     0
 #define ORDER_METHOD_2LEVEL  1