diff 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
line wrap: on
line diff
--- a/src/xmenu.c	Wed Aug 18 13:07:21 1999 +0000
+++ b/src/xmenu.c	Wed Aug 18 13:10:52 1999 +0000
@@ -33,6 +33,9 @@
 /* On 4.3 this loses if it comes after xterm.h.  */
 #include <signal.h>
 #include <config.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 #include <stdio.h>
 #include "lisp.h"