comparison src/xmenu.c @ 25322:824b89fca192

Use stdlib.h.
author Dave Love <fx@gnu.org>
date Wed, 18 Aug 1999 13:10:52 +0000
parents 825f11b1c34d
children 9154af188477
comparison
equal deleted inserted replaced
25321:2ad9fa0386b6 25322:824b89fca192
31 /* Rewritten for clarity and GC protection by rms in Feb 94. */ 31 /* Rewritten for clarity and GC protection by rms in Feb 94. */
32 32
33 /* On 4.3 this loses if it comes after xterm.h. */ 33 /* On 4.3 this loses if it comes after xterm.h. */
34 #include <signal.h> 34 #include <signal.h>
35 #include <config.h> 35 #include <config.h>
36 #ifdef HAVE_STDLIB_H
37 #include <stdlib.h>
38 #endif
36 39
37 #include <stdio.h> 40 #include <stdio.h>
38 #include "lisp.h" 41 #include "lisp.h"
39 #include "termhooks.h" 42 #include "termhooks.h"
40 #include "frame.h" 43 #include "frame.h"