]> granicus.if.org Git - libexpat/commitdiff
Make more explicit the need to do an include of expat.h
authorClark Cooper <coopercc@users.sourceforge.net>
Mon, 25 Sep 2000 13:06:39 +0000 (13:06 +0000)
committerClark Cooper <coopercc@users.sourceforge.net>
Mon, 25 Sep 2000 13:06:39 +0000 (13:06 +0000)
expat/doc/reference.html

index d848ab11607df5bcc115439ed64d69cd720b9c42..f37f55f005851932585dde42bbbf75ca3c8054ce 100644 (file)
@@ -232,7 +232,8 @@ respectively.
 <h3>Compiling and Linking against expat</h3>
 <p>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 (<code>#include &lt;expat.h&gt;</code>) 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 <code>-lexpat</code> argument.
 Otherwise, you'll need to tell the compiler where to look for the expat header