+#if defined(__MWERKS__) && !defined(__MACH__)
+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"