diff options
| author | Steven Tamm | 2004-10-08 18:38:17 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-10-08 18:38:17 +0000 |
| commit | f7f3a65fc0ce84e01d404230782619edc2bc590a (patch) | |
| tree | d510f8c22be722372a9d756f210ecb7d905f8db8 /src/mac.c | |
| parent | cef11da29920a67e534b01241c47ee379926210e (diff) | |
| download | emacs-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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> |