diff src/filelock.c @ 25322:824b89fca192

Use stdlib.h.
author Dave Love <fx@gnu.org>
date Wed, 18 Aug 1999 13:10:52 +0000
parents 11333159bd0a
children 0a7261c1d487
line wrap: on
line diff
--- a/src/filelock.c	Wed Aug 18 13:07:21 1999 +0000
+++ b/src/filelock.c	Wed Aug 18 13:10:52 1999 +0000
@@ -23,6 +23,9 @@
 #include <sys/stat.h>
 #include <signal.h>
 #include <config.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 #ifdef VMS
 #include "vms-pwd.h"