From: Clark Cooper Date: Mon, 25 Sep 2000 13:06:39 +0000 (+0000) Subject: Make more explicit the need to do an include of expat.h X-Git-Tag: R_1_95_0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df9c925f77947978132ebe55cf7fde9d26fa9765;p=libexpat Make more explicit the need to do an include of expat.h --- diff --git a/expat/doc/reference.html b/expat/doc/reference.html index d848ab11..f37f55f0 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -232,7 +232,8 @@ respectively.

Compiling and Linking against expat

Unless you installed expat in a location not expected by your compiler and linker, all you have to do to use expat in your programs is to include -the expat header in your files that make calls to it and to tell the linker +the expat header (#include <expat.h>) in your files that +make calls to it and to tell the linker that it needs to link against the expat library. On Unix systems, this would be the -lexpat argument. Otherwise, you'll need to tell the compiler where to look for the expat header