[project @ 2005-07-22 16:25:16 by ross]
[haskell-directory.git] / cbits / regex / regexec.c
index 80a7ad0..dac0fa7 100644 (file)
@@ -54,7 +54,7 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex/regex.h"
 
 #include "utils.h"
 #include "regex2.h"