diff lib-src/make-docfile.c @ 25449:7ebe942c4a9c

Include <stdlib.h> if available.
author Andreas Schwab <schwab@suse.de>
date Mon, 30 Aug 1999 15:08:30 +0000
parents 798a28989dde
children 9ed9cbc425fe
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Mon Aug 30 15:07:30 1999 +0000
+++ b/lib-src/make-docfile.c	Mon Aug 30 15:08:30 1999 +0000
@@ -67,6 +67,10 @@
 #include <unistd.h>
 #endif
 
+#ifdef STDC_HEADERS
+#include <stdlib.h>
+#endif
+
 /* Stdio stream for output to the DOC file.  */
 FILE *outfile;