10l missing header for strdup

mp_msg.c:103: warning: assignment makes pointer from integer without a cast


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17973 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-03-27 08:38:32 +00:00
parent 41bfa3e8e0
commit 27542d02aa
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "config.h"