Include <sys/types.h> unconditionally, instead of

having it depend on HAVE_SYS_TYPES_H.
This commit is contained in:
Jim Meyering 2003-07-04 11:38:37 +00:00
parent aae3b8e336
commit 2ada37fa94

View File

@ -30,9 +30,7 @@ extern int errno;
#endif
#include <limits.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#include <sys/types.h>
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif