Fix warnings when compiling static Apache module

This commit is contained in:
Sascha Schumann 2000-02-18 10:13:15 +00:00
parent 9935ddee99
commit 02d647b5f9
4 changed files with 4 additions and 4 deletions

View file

@ -163,7 +163,7 @@ extern char *strerror(int);
#include "fopen-wrappers.h"
#if REGEX == 1 || REGEX == 0
#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H)
#include "regex/regex_extra.h"
#endif