summaryrefslogtreecommitdiff
path: root/server/util_xml.c
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-07-01 14:02:52 +0000
committerGreg Stein <gstein@apache.org>2000-07-01 14:02:52 +0000
commita6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66 (patch)
tree0678485659e191a6502e1e6a10efd659dc1c54fc /server/util_xml.c
parentab8e7c28278e72c9a78ea7076541917f5593fe7a (diff)
downloadhttpd-a6ef5ad1b4d6b3e200e9f87874bd9c6edabc6d66.tar.gz
no need for relative includes. the directories will be added to the
compilation by the configure system. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/util_xml.c')
-rw-r--r--server/util_xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/util_xml.c b/server/util_xml.c
index fa0badedd9..2399db7de8 100644
--- a/server/util_xml.c
+++ b/server/util_xml.c
@@ -58,8 +58,7 @@
*/
/* James Clark's Expat parser */
-/* ### need to fix this... */
-#include "../lib/expat-lite/xmlparse.h"
+#include "xmlparse.h"
#include "httpd.h"
#include "http_protocol.h"