Commit afc4d9f7 authored by Greg Stein's avatar Greg Stein
Browse files

*) include the strings stuff the right way (some platforms use string.h;

   apr_want figures all that out for us)
*) include ap_mpm.h to pick up a moved func declaration


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88102 13f79535-47bb-0310-9956-ffa450edef68
parent 3d74d6f8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -61,10 +61,12 @@
#include "apr_portable.h"
#include "apr_lib.h"

#define APR_WANT_STRFUNC
#include "apr_want.h"

#if APR_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <strings.h>

#include "ap_config.h"
#include "httpd.h"
@@ -72,6 +74,7 @@
#include "http_main.h"
#include "http_core.h"
#include "http_config.h"
#include "ap_mpm.h"

#include "mpm.h"
#include "scoreboard.h"