From 323478ff2aeb3abf8d55df214e06c16d59f1f4a9 Mon Sep 17 00:00:00 2001 From: James Clark Date: Sun, 5 Apr 1998 19:26:55 +0000 Subject: [PATCH] Fix includes --- expat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/Makefile b/expat/Makefile index 0a0ce59f..a42cb952 100755 --- a/expat/Makefile +++ b/expat/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-O2 -I. -Ixmlparse +CFLAGS=-O2 -Ixmltok -Ixmlparse # Use one of the next two lines; unixfilemap is better if it works. FILEMAP_OBJ=xmlwf/unixfilemap.o #FILEMAP_OBJ=xmlwf/readfilemap.o