]> granicus.if.org Git - apache/commitdiff
*) include the strings stuff the right way (some platforms use string.h;
authorGreg Stein <gstein@apache.org>
Mon, 12 Feb 2001 02:42:10 +0000 (02:42 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 12 Feb 2001 02:42:10 +0000 (02:42 +0000)
   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

server/scoreboard.c

index 6587f840f803bd6810fea2ecbb8b1a1c3b719f86..9ce6970debd78e76dab13b64695ca68285a79638 100644 (file)
 #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"