diff src/mac.c @ 57397:8434603cae5b

config.in (HAVE_MALLOC_MALLOC_H): Regenerate macterm.c (mac_check_for_quit_char): Remove warning for using NULL where 0 should be used unexmacosx.c: Use malloc/malloc.h on Tiger instead of objc/malloc.h mac.c: Include time.h for Tiger compatibility
author Steven Tamm <steventamm@mac.com>
date Fri, 08 Oct 2004 18:38:17 +0000
parents 45d805d79d29
children 0867872551d9
line wrap: on
line diff
--- a/src/mac.c	Fri Oct 08 18:36:47 2004 +0000
+++ b/src/mac.c	Fri Oct 08 18:38:17 2004 +0000
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include <time.h>
 #include <utime.h>
 #include <dirent.h>
 #include <sys/types.h>