[project @ 2005-04-07 14:33:31 by simonmar]
[ghc-base.git] / cbits / regex / regcomp.c
index 4bb3557..be9fdfa 100644 (file)
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include "regex.h"
+#include "regex/regex.h"
 
 // removed collate stuff --SDM
 // #include "collate.h"