From a58edc22319e0cfaf472c7910e8a5b36e7435536 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 27 Nov 2000 19:11:40 +0000 Subject: [PATCH] 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 --- os/unix/unixd.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1