From: David Reid Date: Wed, 14 Jun 2000 13:50:40 +0000 (+0000) Subject: Add sys/time.h to mpm_common to include define of timeval. X-Git-Tag: APACHE_2_0_ALPHA_5~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e97374a76bfc4073d9bc9b0da79c36dbf98938;p=apache 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 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index 83eba13ae6..8874fb7cde 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -74,6 +74,10 @@ #include "mpm.h" #include "mpm_common.h" +#if HAVE_SYS_TIME_H +#include /* for timeval definitions */ +#endif + #if defined(DEXTER_MPM) || defined(MPMT_BEOS_MPM) #define CHILD_TABLE 1 #define CHILD_INFO_TABLE ap_child_table