Add sys/time.h to mpm_common to include define of timeval.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Reid
2000-06-14 13:50:40 +00:00
parent 87fb37f9c5
commit 35e97374a7

View File

@ -74,6 +74,10 @@
#include "mpm.h"
#include "mpm_common.h"
#if HAVE_SYS_TIME_H
#include <sys/time.h> /* for timeval definitions */
#endif
#if defined(DEXTER_MPM) || defined(MPMT_BEOS_MPM)
#define CHILD_TABLE 1
#define CHILD_INFO_TABLE ap_child_table