comparison 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
comparison
equal deleted inserted replaced
320:73c75c43c1f2 321:19dcec799385
53 #include "glyphs.h" 53 #include "glyphs.h"
54 #include "redisplay.h" 54 #include "redisplay.h"
55 #include "specifier.h" 55 #include "specifier.h"
56 #include "sysfile.h" 56 #include "sysfile.h"
57 #include "window.h" 57 #include "window.h"
58
59 #include <stddef.h>
58 60
59 #ifdef DOUG_LEA_MALLOC 61 #ifdef DOUG_LEA_MALLOC
60 #include <malloc.h> 62 #include <malloc.h>
61 #endif 63 #endif
62 64