]> git.eshelyaron.com Git - emacs.git/commitdiff
Use stdlib.h.
authorDave Love <fx@gnu.org>
Wed, 18 Aug 1999 13:10:52 +0000 (13:10 +0000)
committerDave Love <fx@gnu.org>
Wed, 18 Aug 1999 13:10:52 +0000 (13:10 +0000)
src/callproc.c
src/filelock.c
src/insdel.c
src/sysdep.c
src/xmenu.c

index 51a4f59e3c3d413175411cd6fe27a9285eb7672e..f135731bd4c8f906b621f69c9ce2ac6f09ef7300 100644 (file)
@@ -42,6 +42,10 @@ extern char *strerror ();
 #include <fcntl.h>
 #endif
 
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
 #ifdef WINDOWSNT
 #define NOMINMAX
 #include <windows.h>
index 2a8e9b93c74b5d050c2a322e8be9bc964aef22aa..f1f9955f8f5bb702ae8f5807440bef0d95d0eebe 100644 (file)
@@ -23,6 +23,9 @@ Boston, MA 02111-1307, USA.  */
 #include <sys/stat.h>
 #include <signal.h>
 #include <config.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 #ifdef VMS
 #include "vms-pwd.h"
index efb3303a0708512726f19cb468752d16a7e9bb47..0ea4924afc50f289b1e03d38ba6c88a8e9fec08d 100644 (file)
@@ -20,6 +20,9 @@ Boston, MA 02111-1307, USA.  */
 
 
 #include <config.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 #include "lisp.h"
 #include "intervals.h"
 #include "buffer.h"
index cb14c7060c4bc93afa446f9dfd03aa50c90ccc6c..9668db3c7c6d0350ba11a91838c49d67a05f0ba5 100644 (file)
@@ -21,6 +21,9 @@ Boston, MA 02111-1307, USA.  */
 
 #include <signal.h>
 #include <setjmp.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 #include <config.h>
 #include "lisp.h"
index 173810bc035e990ebbe80432a3463b386a9e2512..2e8776fb9f816f682a7726af8c3a9e1196bc8f81 100644 (file)
@@ -33,6 +33,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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"