]> granicus.if.org Git - libexpat/commitdiff
Would not build on Linux without including stddef.h before
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Sat, 24 Apr 2004 23:56:41 +0000 (23:56 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Sat, 24 Apr 2004 23:56:41 +0000 (23:56 +0000)
including external.h.

expat/lib/xmlrole.c
expat/lib/xmltok.c

index 70c39f92dde15872016b1aab25afa9efa543effd..67b5eb55743626a5eec24904a4379d20472951c6 100644 (file)
@@ -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 2a967e2900eb4689594ec00c40d0fc3b6f3abd8c..4931a0cee89cd68472644577437e968854e11190 100644 (file)
@@ -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)