From 6b825eb7e6acb68933648afded6b2054f6e2d9d2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 8 Feb 2001 13:16:00 +0000 Subject: [PATCH] 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 --- modules/generators/mod_status.c | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.50.1