0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
fix compilation error - NULL not defined


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13624 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2004-10-12 20:32:14 +00:00
parent 90717623aa
commit 93e00fffb0

View File

@ -1,5 +1,6 @@
#include "m_option.h"
#include "../mp_msg.h"
#include <stdlib.h>
#include <inttypes.h>
#include "ae_toolame.h"