From 6a27043931da0caf4c21d7f8532e467a966b0cea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Aug 2003 10:07:33 +0000 Subject: Include stdlib.h unconditionally, as we're now assuming that part of hosted C89. --- src/system.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/system.h b/src/system.h index 1c212d401..44ad19e45 100644 --- a/src/system.h +++ b/src/system.h @@ -132,11 +132,9 @@ extern int errno; #include -#if HAVE_STDLIB_H -# define getopt system_getopt -# include -# undef getopt -#endif +#define getopt system_getopt +#include +#undef getopt /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE -- cgit v1.2.3-70-g09d2