Include <stdlib.h> unconditionally.

This commit is contained in:
Jim Meyering 2003-09-11 09:07:35 +00:00
parent e60a0548b7
commit 4e150ea968
2 changed files with 2 additions and 7 deletions

View File

@ -22,10 +22,7 @@
#endif
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
#endif
#include <stdlib.h>
#if HAVE_UNISTD_H
# include <unistd.h>

View File

@ -28,10 +28,8 @@ extern int errno;
#endif
#include <sys/types.h>
#include <stdlib.h>
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif