blob: dee8284c8d8e541288b4c07061ee23d362bb51d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Closes: https://bugs.gentoo.org/894518
--- 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
|