From 6361de48a252881cf883d06766c1d0930a032a24 Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Sat, 24 Apr 2004 23:56:41 +0000 Subject: [PATCH] Would not build on Linux without including stddef.h before including external.h. --- expat/lib/xmlrole.c | 2 ++ expat/lib/xmltok.c | 2 ++ 2 files changed, 4 insertions(+) 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)