aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
authorSteven Tamm2004-10-08 18:38:17 +0000
committerSteven Tamm2004-10-08 18:38:17 +0000
commitf7f3a65fc0ce84e01d404230782619edc2bc590a (patch)
treed510f8c22be722372a9d756f210ecb7d905f8db8 /src/mac.c
parentcef11da29920a67e534b01241c47ee379926210e (diff)
downloademacs-f7f3a65fc0ce84e01d404230782619edc2bc590a.tar.gz
emacs-f7f3a65fc0ce84e01d404230782619edc2bc590a.zip
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
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mac.c b/src/mac.c
index 9740b3bf3f4..f7e96b9c146 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
24 24
25#include <stdio.h> 25#include <stdio.h>
26#include <errno.h> 26#include <errno.h>
27#include <time.h>
27#include <utime.h> 28#include <utime.h>
28#include <dirent.h> 29#include <dirent.h>
29#include <sys/types.h> 30#include <sys/types.h>