diff lpc.h @ 7602:a8a999207b1a libavcodec

Add missing header includes to fix 'make checkheaders'.
author diego
date Sun, 17 Aug 2008 19:26:13 +0000
parents cd6217c9ce92
children c4a4495715dd
line wrap: on
line diff
--- a/lpc.h	Sun Aug 17 17:41:48 2008 +0000
+++ b/lpc.h	Sun Aug 17 19:26:13 2008 +0000
@@ -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