From 7c43009358e2f8179ea20388713cc754fa67262b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 3 May 2008 13:29:39 +0000 Subject: add necessary #includes in headers Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/lsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/lsp.h') 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 + /** (I.F) means fixed-point value with F fractional and I integer bits */ -- cgit v1.2.3