[Expat-checkins] expat/lib xmlrole.c,1.17,1.18 xmltok.c,1.30,1.31
Karl Waclawek
kwaclaw at users.sourceforge.net
Sat Apr 24 19:56:44 EDT 2004
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17184
Modified Files:
xmlrole.c xmltok.c
Log Message:
Would not build on Linux without including stddef.h before
including external.h.
Index: xmlrole.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlrole.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- xmlrole.c 26 Mar 2004 14:24:11 -0000 1.17
+++ xmlrole.c 24 Apr 2004 23:56:41 -0000 1.18
@@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
+#include <stddef.h>
+
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
Index: xmltok.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- xmltok.c 26 Mar 2004 14:24:11 -0000 1.30
+++ xmltok.c 24 Apr 2004 23:56:41 -0000 1.31
@@ -2,6 +2,8 @@
See the file COPYING for copying permission.
*/
+#include <stddef.h>
+
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
More information about the Expat-checkins
mailing list