comparison src/sysdep.c @ 25322:824b89fca192

Use stdlib.h.
author Dave Love <fx@gnu.org>
date Wed, 18 Aug 1999 13:10:52 +0000
parents 1978f057423d
children 2e359ef9797e
comparison
equal deleted inserted replaced
25321:2ad9fa0386b6 25322:824b89fca192
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 21
22 #include <signal.h> 22 #include <signal.h>
23 #include <setjmp.h> 23 #include <setjmp.h>
24 #ifdef HAVE_STDLIB_H
25 #include <stdlib.h>
26 #endif
24 27
25 #include <config.h> 28 #include <config.h>
26 #include "lisp.h" 29 #include "lisp.h"
27 #include "blockinput.h" 30 #include "blockinput.h"
28 #undef NULL 31 #undef NULL