From: Jim Meyering Date: Tue, 19 Aug 2003 10:07:33 +0000 (+0000) Subject: Include stdlib.h unconditionally, X-Git-Tag: v5.0.91~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a27043931da0caf4c21d7f8532e467a966b0cea;p=thirdparty%2Fcoreutils.git Include stdlib.h unconditionally, as we're now assuming that part of hosted C89. --- diff --git a/src/system.h b/src/system.h index 1c212d4010..44ad19e450 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