Missing include for strcmp
https://bugs.gentoo.org/942415
--- a/getopt.c
+++ b/getopt.c
@@ -52,6 +52,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
