From: Guenter Knauf Date: Fri, 7 Dec 2007 19:06:07 +0000 (+0000) Subject: fixed include path to use forward slash. X-Git-Tag: 2.2.7~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc99f091230246ce468e4eecc03892c085f98dcd;p=thirdparty%2Fapache%2Fhttpd.git fixed include path to use forward slash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602181 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;