From e3578398ab927cca0bfec886643597caddf90973 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 8 Oct 2007 21:02:45 +0000 Subject: [PATCH] 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 --- os/netware/util_nw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/netware/util_nw.c b/os/netware/util_nw.c index c5b964c884..bfa196e66b 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; -- 2.50.1