comparison src/editfns.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 215a47a9f02b
children 354a7085f1d7
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
25 25
26 #ifdef VMS 26 #ifdef VMS
27 #include "vms-pwd.h" 27 #include "vms-pwd.h"
28 #else 28 #else
29 #include <pwd.h> 29 #include <pwd.h>
30 #endif
31
32 #ifdef STDC_HEADERS
33 #include <stdlib.h>
34 #endif
35
36 #ifdef HAVE_UNISTD_H
37 #include <unistd.h>
30 #endif 38 #endif
31 39
32 #include "lisp.h" 40 #include "lisp.h"
33 #include "intervals.h" 41 #include "intervals.h"
34 #include "buffer.h" 42 #include "buffer.h"