mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user