]> granicus.if.org Git - apache/commitdiff
Add sys/time.h to mpm_common to include define of timeval.
authorDavid Reid <dreid@apache.org>
Wed, 14 Jun 2000 13:50:40 +0000 (13:50 +0000)
committerDavid Reid <dreid@apache.org>
Wed, 14 Jun 2000 13:50:40 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85569 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 83eba13ae6e519f484bf0fe5acb1a52fdbe1dc09..8874fb7cde63762eba22d02a6c916e26da7c3485 100644 (file)
 #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