]> granicus.if.org Git - apache/commitdiff
BeOS doesn't have unixd.h either.
authorDavid Reid <dreid@apache.org>
Sat, 10 Feb 2001 00:52:22 +0000 (00:52 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 10 Feb 2001 00:52:22 +0000 (00:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88043 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index ba5a913d4af1e3147bb76f7fa5e51859f0814da0..a2385cbe32e2a979dfcd2df7960fcfc316e5e97d 100644 (file)
@@ -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