summaryrefslogtreecommitdiffstats
path: root/tremor/misc.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 11:54:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-14 11:54:49 +0000
commit1745f18511c9022f1fe9b9cc930d651e3eae09df (patch)
treef060a6ea6abe3310edc07929d0040c2ecaa226dd /tremor/misc.h
parent316cd982df6a9dea88727c91cb966273320483a9 (diff)
downloadmpv-1745f18511c9022f1fe9b9cc930d651e3eae09df.tar.bz2
mpv-1745f18511c9022f1fe9b9cc930d651e3eae09df.tar.xz
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
Diffstat (limited to 'tremor/misc.h')
-rw-r--r--tremor/misc.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
+#include <stdlib.h>
#include "config.h"
#if !HAVE_BIGENDIAN