Fri Jan 3 14:46:02 CET 2003 Stepan Kasal * regcomp.c: #include "regex.h", not . --- libc/posix/regcomp.c.orig Fri Jan 3 14:44:57 2003 +++ libc/posix/regcomp.c Fri Jan 3 14:45:10 2003 @@ -65,7 +65,7 @@ # define gettext_noop(String) String #endif -#include +#include "regex.h" #include "regex_internal.h" static reg_errcode_t re_compile_internal (regex_t *preg, const char * pattern,