summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-12 20:32:14 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-12 20:32:14 +0000
commit93e00fffb06fe648f58ab93f26be2af16d2c0ded (patch)
tree3669699350752f26b68653c31e46d89b5fc96844 /libmpcodecs
parent90717623aad02545dae99d047c83878bf8878d23 (diff)
downloadmpv-93e00fffb06fe648f58ab93f26be2af16d2c0ded.tar.bz2
mpv-93e00fffb06fe648f58ab93f26be2af16d2c0ded.tar.xz
10l
fix compilation error - NULL not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13624 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ae_toolame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/ae_toolame.c b/libmpcodecs/ae_toolame.c
index 04b88e05d4..a911b224d6 100644
--- a/libmpcodecs/ae_toolame.c
+++ b/libmpcodecs/ae_toolame.c
@@ -1,5 +1,6 @@
#include "m_option.h"
#include "../mp_msg.h"
+#include <stdlib.h>
#include <inttypes.h>
#include "ae_toolame.h"