From 4f27350a997be22c2f2efbfbbcc201233ca2067e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Apr 2006 16:44:27 +0000 Subject: [STDC_HEADERS]: Include stddef.h. --- src/alloc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/alloc.c') diff --git a/src/alloc.c b/src/alloc.c index 5b42a0016a8..1d3dc10c411 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -23,6 +23,10 @@ Boston, MA 02110-1301, USA. */ #include #include /* For CHAR_BIT. */ +#ifdef STDC_HEADERS +#include /* For offsetof, used by PSEUDOVECSIZE. */ +#endif + #ifdef ALLOC_DEBUG #undef INLINE #endif -- cgit v1.2.1