diff options
author | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-05-03 13:29:39 +0000 |
commit | 7c43009358e2f8179ea20388713cc754fa67262b (patch) | |
tree | 171333ed8b39229904781124b9825ac085f68167 /libavcodec/lsp.h | |
parent | 690bfceb204147d28d8a51b573b518d8e059462d (diff) | |
download | ffmpeg-7c43009358e2f8179ea20388713cc754fa67262b.tar.gz |
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.h | 3 |
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 */ |