From: Jeff Trawick Date: Thu, 8 Feb 2001 13:16:00 +0000 (+0000) Subject: get _SC_CLK_TCK defined on Tru64 (and probably some other systems X-Git-Tag: APACHE_2_0_2001_02_09~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b825eb7e6acb68933648afded6b2054f6e2d9d2;p=apache get _SC_CLK_TCK defined on Tru64 (and probably some other systems as well); it works without it on systems which define HZ or don't have times git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index d171fc4512..4738ab5f34 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -106,6 +106,9 @@ #include #include "scoreboard.h" #include "http_log.h" +#if APR_HAVE_UNISTD_H +#include +#endif #ifdef NEXT #if (NX_CURRENT_COMPILER_RELEASE == 410)