expat/xmlwf xmlfile.c,1.14,1.15
"Steven Solie" <[email protected]> Sat, 24 Dec 2005 07:35:40 +0100 (CET)
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/xmlwf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1988 Modified Files: xmlfile.c Log Message: Index: xmlfile.c =================================================================== RCS file: /cvsroot/expat/expat/xmlwf/xmlfile.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- xmlfile.c 10 Aug 2004 18:13:47 -0000 1.14 +++ xmlfile.c 24 Dec 2005 06:35:35 -0000 1.15 @@ -23,6 +23,10 @@ #include <io.h> #endif +#ifdef AMIGA_SHARED_LIB +#include <proto/expat.h> +#endif + #ifdef HAVE_UNISTD_H #include <unistd.h> #endif