]> git.saurik.com Git - wxWidgets.git/commitdiff
Duplicate include order from regex because it's well tested already and avoids the...
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 30 Nov 2004 20:57:13 +0000 (20:57 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 30 Nov 2004 20:57:13 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/extended.c

index af12b013f0f4d521fd65224333a7cd7605a9c5e2..eb4089e4abd11ba10c5ef065a5691ba5b2f14675 100644 (file)
@@ -8,6 +8,11 @@
 *****************************************************************************/
 
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <ctype.h>
+#include <limits.h>
+#include <string.h>
 #include "wx/defs.h"
 
 #if wxUSE_APPLE_IEEE