From 846602b174f35eef059f0b2e8170f06b28843b7c Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 10 Feb 2001 00:52:22 +0000 Subject: [PATCH] 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 --- server/scoreboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1