summaryrefslogtreecommitdiff
blob: cae0edcdb186a3b81da51601e34beaf112d18597 (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/894360
--- a/getopt.c
+++ b/getopt.c
@@ -40,6 +40,7 @@
 #endif
 
 #include <stdio.h>
+#include <string.h>
 
 /* Comment out all this code if we are using the GNU C Library, and are not
    actually compiling the library itself.  This code is part of the GNU C