Code

add #include <string.h> for portability
authorishmal <ishmal@users.sourceforge.net>
Mon, 23 Jun 2008 18:08:05 +0000 (18:08 +0000)
committerishmal <ishmal@users.sourceforge.net>
Mon, 23 Jun 2008 18:08:05 +0000 (18:08 +0000)
src/pedro/pedroutil.cpp

index e4433a6b52b7deba2d4f119d00f259878d7d6443..09407ff08a52fcb09c47dfcff04fb43a4c87ffa8 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <stdio.h>
 #include <stdarg.h>
-
+#include <string.h>
 #include <sys/stat.h>
 
 #include "pedroutil.h"