]> granicus.if.org Git - apache/commitdiff
fixed include path to use forward slash.
authorGuenter Knauf <fuankg@apache.org>
Mon, 8 Oct 2007 21:02:45 +0000 (21:02 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 8 Oct 2007 21:02:45 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582972 13f79535-47bb-0310-9956-ffa450edef68

os/netware/util_nw.c

index c5b964c884eec9f62310c2a55694f88828c52f53..bfa196e66bbdcd00e75a6a846aefc48c1d5ac235 100644 (file)
@@ -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;