From 1745f18511c9022f1fe9b9cc930d651e3eae09df Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Dec 2009 11:54:49 +0000 Subject: Add missing #includes to fix a bunch of 'implicit declaration of..' warnings. patch by Peter Hjalmarsson, xake rymdraket net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- tremor/misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tremor/misc.h') diff --git a/tremor/misc.h b/tremor/misc.h index 8a235d657b..541019a5bd 100644 --- a/tremor/misc.h +++ b/tremor/misc.h @@ -18,6 +18,7 @@ #ifndef _V_RANDOM_H_ #define _V_RANDOM_H_ #include "ivorbiscodec.h" +#include "codec_internal.h" #include "os_types.h" #include "asm_arm.h" @@ -29,6 +30,7 @@ /* 64 bit multiply */ #include +#include #include "config.h" #if !HAVE_BIGENDIAN -- cgit v1.2.3