00001 00002 /* This is what I include in nearly every file. 00003 * 00004 */ 00005 00006 #if defined( macintosh ) 00007 #include <types.h> 00008 #include <time.h> 00009 #else 00010 #include <sys/types.h> 00011 #include <errno.h> 00012 #include <unistd.h> 00013 #include <sys/time.h> 00014 #endif 00015 #include <ctype.h> 00016 #include <stdio.h> 00017 #include <stdlib.h> 00018 #include <string.h> 00019 //include "unchecked.h" /* If you are using gcc w/bounds-checking */ 00020 #include "merc.h"
1.4.0