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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3578398ab927cca0bfec886643597caddf90973;p=thirdparty%2Fapache%2Fhttpd.git 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 c5b964c884e..bfa196e66bb 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;