diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-12 20:32:14 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-12 20:32:14 +0000 |
commit | 93e00fffb06fe648f58ab93f26be2af16d2c0ded (patch) | |
tree | 3669699350752f26b68653c31e46d89b5fc96844 | |
parent | 90717623aad02545dae99d047c83878bf8878d23 (diff) |
10l
fix compilation error - NULL not defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13624 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpcodecs/ae_toolame.c | 1 |
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" |