From: Guenter Knauf Date: Mon, 8 Oct 2007 21:02:45 +0000 (+0000) Subject: fixed include path to use forward slash. X-Git-Tag: 2.3.0~1346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3578398ab927cca0bfec886643597caddf90973;p=apache fixed include path to use forward slash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582972 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/netware/util_nw.c b/os/netware/util_nw.c index c5b964c884..bfa196e66b 100644 --- a/os/netware/util_nw.c +++ b/os/netware/util_nw.c @@ -18,7 +18,7 @@ #include "http_log.h" #include -#include +#include int nlmUnloadSignaled(int wait); event_handle_t eh;