Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-05-03 17:29:39 +0400
committerMåns Rullgård <mans@mansr.com>2008-05-03 17:29:39 +0400
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
*/