From: Karl Waclawek Date: Sat, 24 Apr 2004 23:56:41 +0000 (+0000) Subject: Would not build on Linux without including stddef.h before X-Git-Tag: R_1_95_8~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6361de48a252881cf883d06766c1d0930a032a24;p=libexpat Would not build on Linux without including stddef.h before including external.h. --- diff --git a/expat/lib/xmlrole.c b/expat/lib/xmlrole.c index 70c39f92..67b5eb55 100644 --- a/expat/lib/xmlrole.c +++ b/expat/lib/xmlrole.c @@ -2,6 +2,8 @@ See the file COPYING for copying permission. */ +#include + #ifdef COMPILED_FROM_DSP #include "winconfig.h" #elif defined(MACOS_CLASSIC) diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c index 2a967e29..4931a0ce 100644 --- a/expat/lib/xmltok.c +++ b/expat/lib/xmltok.c @@ -2,6 +2,8 @@ See the file COPYING for copying permission. */ +#include + #ifdef COMPILED_FROM_DSP #include "winconfig.h" #elif defined(MACOS_CLASSIC)