diff --git a/src/buildblock/getopt.c b/src/buildblock/getopt.c index fff1f5164c..45f20b6160 100644 --- a/src/buildblock/getopt.c +++ b/src/buildblock/getopt.c @@ -202,11 +202,7 @@ static char *posixly_correct; # define my_index strchr #else -# if HAVE_STRING_H || WIN32 /* Pete Wilson mod 7/28/02 */ -# include -# else -# include -# endif +#include /* Avoid depending on library functions or files whose names are inconsistent. */