]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regexec.c
removed the extra offset in moveto in DrawRotatedText() (why was it there?)
[wxWidgets.git] / src / regex / regexec.c
index a1037648e793e59c47ee1c408bcc0273006c9304..225c4d5ec77b66517c2bef519c28a87d4e2b5cc8 100644 (file)
@@ -5,13 +5,17 @@
  * macros that code uses.  This lets the same code operate on two different
  * representations for state sets.
  */
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
 #include <sys/types.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"