Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/editfns.c Tue Apr 14 10:56:46 1998 +0000 +++ b/src/editfns.c Tue Apr 14 12:25:56 1998 +0000 @@ -29,6 +29,14 @@ #include <pwd.h> #endif +#ifdef STDC_HEADERS +#include <stdlib.h> +#endif + +#ifdef HAVE_UNISTD_H +#include <unistd.h> +#endif + #include "lisp.h" #include "intervals.h" #include "buffer.h"
