diff options
-rw-r--r-- | src/system.h | 8 |
1 files 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 <stdbool.h> -#if HAVE_STDLIB_H -# define getopt system_getopt -# include <stdlib.h> -# undef getopt -#endif +#define getopt system_getopt +#include <stdlib.h> +#undef getopt /* The following test is to work around the gross typo in systems like Sony NEWS-OS Release 4.0C, whereby EXIT_FAILURE |