]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/regex.cpp
minor fix that was part of helpbest.patch
[wxWidgets.git] / src / common / regex.cpp
index c03e61260143e2e163b053f225d3499c82143f7b..db11e97cec0cde16f08437dc22cda8cc67aa8198 100644 (file)
     #include "wx/intl.h"
 #endif //WX_PRECOMP
 
+// FreeBSD requires this, it probably doesn't hurt for others
+#ifdef __UNIX__
+    #include <sys/types.h>
+#endif
+
 #include <regex.h>
 
 #include "wx/regex.h"