summaryrefslogtreecommitdiff
blob: 0c344a80131a62137d85565c5765125fa4232aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http://bugs.gentoo.org/show_bug.cgi?id=211499

--- gnu/getopt.c.dist
+++ gnu/getopt.c
@@ -69,12 +69,7 @@
 #include <unistd.h>
 #endif	/* GNU C library.  */
 
-#ifdef VMS
-#include <unixlib.h>
-#if HAVE_STRING_H - 0
 #include <string.h>
-#endif
-#endif
 
 #if defined (WIN32) && !defined (__CYGWIN32__)
 /* It's not Unix, really.  See?  Capital letters.  */