Would not build on Linux without including stddef.h before

including external.h.
This commit is contained in:
Karl Waclawek 2004-04-24 23:56:41 +00:00
parent 149774b6ec
commit 6361de48a2
2 changed files with 4 additions and 0 deletions

View 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)

View 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)