From 93e00fffb06fe648f58ab93f26be2af16d2c0ded Mon Sep 17 00:00:00 2001 From: iive Date: Tue, 12 Oct 2004 20:32:14 +0000 Subject: 10l fix compilation error - NULL not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13624 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ae_toolame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs') 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 #include #include "ae_toolame.h" -- cgit v1.2.3