]> git.saurik.com Git - wxWidgets.git/commitdiff
Added an extra c header for memcmp and stuff...
authorRyan Norton <wxprojects@comcast.net>
Thu, 18 Dec 2003 10:12:58 +0000 (10:12 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 18 Dec 2003 10:12:58 +0000 (10:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regcustom.h

index bd55210c37745cc1d8c5b74d3c328297f5baba64..804c4b32af91320f5cc101a73d6cb5b41edc784e 100644 (file)
@@ -43,6 +43,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 #include <limits.h>