changeset 7602:a8a999207b1a libavcodec

Add missing header includes to fix 'make checkheaders'.
author diego
date Sun, 17 Aug 2008 19:26:13 +0000
parents 69d5f318275f
children 20c91136fe71
files lpc.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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