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
#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"
#include "http_main.h"
#include "http_core.h"
#include "http_config.h"
+#include "ap_mpm.h"
#include "mpm.h"
#include "scoreboard.h"