From: Guenter Knauf Date: Mon, 6 Jul 2009 15:45:54 +0000 (+0000) Subject: fixed NetWare build includes. X-Git-Tag: 2.3.3~471 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5919659e183782051ff5831aa8c79ee7272a5125;p=thirdparty%2Fapache%2Fhttpd.git fixed NetWare build includes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cluster/NWGNUmodheartbeat b/modules/cluster/NWGNUmodheartbeat index b5b640c3125..6b069cd176d 100644 --- a/modules/cluster/NWGNUmodheartbeat +++ b/modules/cluster/NWGNUmodheartbeat @@ -27,6 +27,7 @@ XINCDIRS += \ $(AP_WORK)/include \ $(NWOS) \ $(AP_WORK)/modules/arch/netware \ + $(AP_WORK)/modules/core \ $(APR)/include \ $(APRUTIL)/include \ $(APR) \ diff --git a/modules/cluster/NWGNUmodheartmonitor b/modules/cluster/NWGNUmodheartmonitor index 9b06cca4fcc..d5f01fd67ec 100644 --- a/modules/cluster/NWGNUmodheartmonitor +++ b/modules/cluster/NWGNUmodheartmonitor @@ -27,6 +27,7 @@ XINCDIRS += \ $(AP_WORK)/include \ $(NWOS) \ $(AP_WORK)/modules/arch/netware \ + $(AP_WORK)/modules/core \ $(APR)/include \ $(APRUTIL)/include \ $(APR) \