Commit 4160d9d5 authored by David Reid's avatar David Reid
Browse files

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
parent 399beba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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