summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-17 19:26:13 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-17 19:26:13 +0000
commitee8cc834aebf3cdbdca8b49f8f506ae656257201 (patch)
tree04c1f772232f973c6d08526491411243a5234970 /libavcodec/lpc.h
parent82ed0b763a10eeb8b75fd1a94867e18a8b072cf4 (diff)
Add missing header includes to fix 'make checkheaders'.
Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lpc.h')
-rw-r--r--libavcodec/lpc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h
index 6e74c0dd00..6586854e67 100644
--- a/libavcodec/lpc.h
+++ b/libavcodec/lpc.h
@@ -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