[project @ 2004-03-19 20:31:50 by panne]
[ghc-base.git] / cbits / regex / regerror.c
index b1d151d..4260c47 100644 (file)
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)regerror.c        8.4 (Berkeley) 3/20/94";
 #include <string.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 
@@ -56,7 +56,7 @@ extern "C" {
 #endif
 
 /* === regerror.c === */
-static char *regatoi __P((const regex_t *preg, char *localbuf));
+static char *regatoi (const regex_t *preg, char *localbuf);
 
 #ifdef __cplusplus
 }