From: Jeff Trawick Date: Mon, 27 Nov 2000 19:11:40 +0000 (+0000) Subject: requires first on some systems X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58edc22319e0cfaf472c7910e8a5b36e7435536;p=apache requires first on some systems (e.g., FreeBSD 3.4) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87092 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 9bf16f8154..205efcaf74 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -61,6 +61,9 @@ #include "httpd.h" #include "http_config.h" +#ifdef HAVE_SYS_TIME_H +#include +#endif #ifdef HAVE_SYS_RESOURCE_H #include #endif