]> sjero.net Git - wget/blobdiff - src/getopt.c
[svn] Remove K&R support.
[wget] / src / getopt.c
index 46cc07cc84d2962e275b7b3fcfba16dd1aac7c9c..8bc292fb9e0354a7b454e5482681c9f5e5480993 100644 (file)
@@ -196,11 +196,7 @@ static char *posixly_correct;
 # define my_index      strchr
 #else
 
-# if HAVE_STRING_H
-#  include <string.h>
-# else
-#  include <strings.h>
-# endif
+#include <string.h>
 
 /* Avoid depending on library functions or files
    whose names are inconsistent.  */