diff src/malloc.c @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents 57709be46d1b
children cc15677e0335
line wrap: on
line diff
--- a/src/malloc.c	Mon Aug 13 10:46:01 2007 +0200
+++ b/src/malloc.c	Mon Aug 13 10:46:44 2007 +0200
@@ -166,6 +166,8 @@
 
 #endif /* not emacs */
 
+#include <stddef.h>
+
 /* Define getpagesize () if the system does not.  */
 #include "getpagesize.h"