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/10/08 23:02:46 UTC

svn commit: r582972 - /httpd/httpd/trunk/os/netware/util_nw.c

Author: fuankg
Date: Mon Oct  8 14:02:45 2007
New Revision: 582972

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

Modified:
    httpd/httpd/trunk/os/netware/util_nw.c

Modified: httpd/httpd/trunk/os/netware/util_nw.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/os/netware/util_nw.c?rev=582972&r1=582971&r2=582972&view=diff
==============================================================================
--- httpd/httpd/trunk/os/netware/util_nw.c (original)
+++ httpd/httpd/trunk/os/netware/util_nw.c Mon Oct  8 14:02:45 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;