Commit 0f138c2e authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Get rid of some warnings which crept into the Unix MPMs a

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
parent aafa7afb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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