summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-05-03 13:29:39 +0000
committerMåns Rullgård <mans@mansr.com>2008-05-03 13:29:39 +0000
commit7c43009358e2f8179ea20388713cc754fa67262b (patch)
tree171333ed8b39229904781124b9825ac085f68167 /libavcodec/lsp.h
parent690bfceb204147d28d8a51b573b518d8e059462d (diff)
add necessary #includes in headers
Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/lsp.h')
-rw-r--r--libavcodec/lsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/lsp.h b/libavcodec/lsp.h
index 6222edb5fe..c7040848a5 100644
--- a/libavcodec/lsp.h
+++ b/libavcodec/lsp.h
@@ -22,6 +22,9 @@
#ifndef FFMPEG_LSP_H
#define FFMPEG_LSP_H
+
+#include <stdint.h>
+
/**
(I.F) means fixed-point value with F fractional and I integer bits
*/