projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more little tweaks
[wxWidgets.git]
/
src
/
common
/
regex.cpp
diff --git
a/src/common/regex.cpp
b/src/common/regex.cpp
index c03e61260143e2e163b053f225d3499c82143f7b..db11e97cec0cde16f08437dc22cda8cc67aa8198 100644
(file)
--- a/
src/common/regex.cpp
+++ b/
src/common/regex.cpp
@@
-38,6
+38,11
@@
#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"