summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-27 08:38:32 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-27 08:38:32 +0000
commit27542d02aabdc4ba19f5214d78edee5e7a08c6b4 (patch)
treef9df46c3403392e60f982045c0bacd449a556088 /mp_msg.c
parent41bfa3e8e0a1b9cbb44e36b7aca4f56b90e97be7 (diff)
downloadmpv-27542d02aabdc4ba19f5214d78edee5e7a08c6b4.tar.bz2
mpv-27542d02aabdc4ba19f5214d78edee5e7a08c6b4.tar.xz
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
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 5ab75f062c..c3c38a674b 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <string.h>
#include "config.h"