From: James Clark Date: Sun, 5 Apr 1998 19:26:55 +0000 (+0000) Subject: Fix includes X-Git-Tag: beta2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=323478ff2aeb3abf8d55df214e06c16d59f1f4a9;p=libexpat Fix includes --- 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