From: David Reid Date: Sat, 10 Feb 2001 00:52:22 +0000 (+0000) Subject: BeOS doesn't have unixd.h either. X-Git-Tag: 2.0.10~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=846602b174f35eef059f0b2e8170f06b28843b7c;p=apache BeOS doesn't have unixd.h either. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88043 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/scoreboard.c b/server/scoreboard.c index ba5a913d4a..a2385cbe32 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -65,7 +65,7 @@ #include "http_core.h" #include "http_config.h" /* ToDo: Fix this right */ -#if !defined(WIN32) && !defined(OS2) +#if !defined(WIN32) && !defined(OS2) && !defined(BEOS) #include "unixd.h" #endif