diff src/alloc.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 c9fe270a4101
children fbbf69b4e8a7
line wrap: on
line diff
--- a/src/alloc.c	Mon Aug 13 10:46:01 2007 +0200
+++ b/src/alloc.c	Mon Aug 13 10:46:44 2007 +0200
@@ -56,6 +56,8 @@
 #include "sysfile.h"
 #include "window.h"
 
+#include <stddef.h>
+
 #ifdef DOUG_LEA_MALLOC
 #include <malloc.h>
 #endif