Also change the header file included in http_log.c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84700
13f79535-47bb-0310-9956-
ffa450edef68
#define CORE_PRIVATE
+#ifdef WIN32
+#include "apr_win.h"
+#else
+#include "apr.h" /* for ap_signal */
+#endif
#include "ap_config.h"
#include "apr_lib.h"
#include "apr_portable.h"
-#include "apr_config.h" /* XXX for ap_signal?? */
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"