diff arogue5/mdport.c @ 67:c49f7927b0fa

arogue5: add missing header files.
author elwin
date Sat, 11 Aug 2012 17:19:03 +0000
parents 0ed67132cf10
children 46f39359c4a7
line wrap: on
line diff
--- a/arogue5/mdport.c	Sat Aug 11 16:27:20 2012 +0000
+++ b/arogue5/mdport.c	Sat Aug 11 17:19:03 2012 +0000
@@ -45,6 +45,7 @@
 #endif
 
 #include <stdlib.h>
+#include <string.h>
 
 #if defined(_WIN32) && !defined(__MINGW32__)
 #define PATH_MAX MAX_PATH