diff mp_msg.c @ 17972:03170287aea9

10l missing header for strdup mp_msg.c:103: warning: assignment makes pointer from integer without a cast
author ods15
date Mon, 27 Mar 2006 08:38:32 +0000
parents ed9950b8200d
children f21e0fe4e965
line wrap: on
line diff
--- a/mp_msg.c	Mon Mar 27 07:49:14 2006 +0000
+++ b/mp_msg.c	Mon Mar 27 08:38:32 2006 +0000
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <string.h>
 
 #include "config.h"