]> granicus.if.org Git - apache/commitdiff
Get rid of some warnings which crept into the Unix MPMs a
authorJeff Trawick <trawick@apache.org>
Thu, 22 Mar 2001 12:32:21 +0000 (12:32 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 22 Mar 2001 12:32:21 +0000 (12:32 +0000)
few days ago.

mpm_common.h started referencing AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES
but did not include the header file where this might be defined.

The result was no prototype for ap_reclaim_child_processes() on
platforms which needed it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88562 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index 4d063b8ff465bfd8d86001f2e29885b3b97a60d6..1873dd9778a81cec36a413d337a034ac38d5caac 100644 (file)
@@ -76,6 +76,8 @@
 #include <netinet/tcp.h>    /* for TCP_NODELAY */
 #endif
 
+#include "mpm.h" /* for AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES setting */
+
 #ifdef __cplusplus
 extern "C" {
 #endif