summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/http/http_protocol.c2
-rw-r--r--modules/mappers/mod_rewrite.h2
-rw-r--r--server/log.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index 8b6d59fdcb..24dfead1a0 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -77,7 +77,7 @@
#include "util_date.h" /* For parseHTTPdate and BAD_DATE */
#include "util_charset.h"
#include "mpm_status.h"
-#ifdef HAVE_STDARG_H
+#ifdef APR_HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_UNISTD_H
diff --git a/modules/mappers/mod_rewrite.h b/modules/mappers/mod_rewrite.h
index 1c06c46966..6432ee9474 100644
--- a/modules/mappers/mod_rewrite.h
+++ b/modules/mappers/mod_rewrite.h
@@ -97,7 +97,7 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
-#ifdef HAVE_STDARG_H
+#ifdef APR_HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_STDLIB_H
diff --git a/server/log.c b/server/log.c
index 2b74a494ef..ecbe9e96e5 100644
--- a/server/log.c
+++ b/server/log.c
@@ -75,7 +75,7 @@
#include "http_log.h"
#include "http_main.h"
-#ifdef HAVE_STDARG_H
+#ifdef APR_HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_STRINGS_H