*** include/common.h.orig Tue Jan 31 19:45:41 1995 --- include/common.h Tue Jan 31 19:46:05 1995 *************** *** 47,52 **** --- 47,54 ---- #define FALSE (0) #define TRUE (!FALSE) + #include + #ifndef MALLOCH char *malloc(), *calloc(); void free();