[mw-devel] MW3 r1253 - trunk/src/webclient

arthur at sucs.org arthur at sucs.org
Mon Jun 27 09:29:38 BST 2011


Author: arthur
Date: 2011-06-27 09:29:38 +0100 (Mon, 27 Jun 2011)
New Revision: 1253

Modified:
   trunk/src/webclient/import.c
Log:
fix missing include


Modified: trunk/src/webclient/import.c
===================================================================
--- trunk/src/webclient/import.c	2011-06-09 22:58:29 UTC (rev 1252)
+++ trunk/src/webclient/import.c	2011-06-27 08:29:38 UTC (rev 1253)
@@ -10,6 +10,7 @@
 #include <errno.h>
 #include <strings.h>
 #include <stdbool.h>
+#include <ctype.h>
 
 #include <talker_privs.h>
 #include <ipc.h>




More information about the mw-devel mailing list