You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/12/07 20:06:07 UTC

svn commit: r602181 - /httpd/httpd/branches/2.2.x/os/netware/util_nw.c

Author: fuankg
Date: Fri Dec  7 11:06:07 2007
New Revision: 602181

URL: http://svn.apache.org/viewvc?rev=602181&view=rev
Log:
fixed include path to use forward slash.

Modified:
    httpd/httpd/branches/2.2.x/os/netware/util_nw.c

Modified: httpd/httpd/branches/2.2.x/os/netware/util_nw.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/os/netware/util_nw.c?rev=602181&r1=602180&r2=602181&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/os/netware/util_nw.c (original)
+++ httpd/httpd/branches/2.2.x/os/netware/util_nw.c Fri Dec  7 11:06:07 2007
@@ -18,7 +18,7 @@
 #include "http_log.h"
 
 #include <netware.h>
-#include <nks\netware.h>
+#include <nks/netware.h>
 
 int nlmUnloadSignaled(int wait);
 event_handle_t eh;