]>
git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regerror.c
+#ifdef __MWERKS__
+typedef long off_t ;
+#else
#include <sys/types.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
#include "utils.h"
#include "regerror.ih"