]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/regex.cpp
assert is raised when using the thread sample (which works) so the test is
[wxWidgets.git] / src / common / regex.cpp
index cbaa57991dc9acfad1fdb91d09a2936e13bf5b53..6f041f7680d08136547ff9fd7f322da40374a738 100644 (file)
@@ -39,7 +39,7 @@
 #endif //WX_PRECOMP
 
 // FreeBSD & Watcom require this, it probably doesn't hurt for others
-#if defined(__UNIX__) || defined(__WATCOMC__)
+#if defined(__UNIX__) || defined(__WATCOMC__) || defined(__DIGITALMARS__)
     #include <sys/types.h>
 #endif