comparison 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
comparison
equal deleted inserted replaced
25448:95f7147cb572 25449:7ebe942c4a9c
63 #undef chdir 63 #undef chdir
64 #endif 64 #endif
65 65
66 #ifdef HAVE_UNISTD_H 66 #ifdef HAVE_UNISTD_H
67 #include <unistd.h> 67 #include <unistd.h>
68 #endif
69
70 #ifdef STDC_HEADERS
71 #include <stdlib.h>
68 #endif 72 #endif
69 73
70 /* Stdio stream for output to the DOC file. */ 74 /* Stdio stream for output to the DOC file. */
71 FILE *outfile; 75 FILE *outfile;
72 76