summaryrefslogtreecommitdiff
path: root/app-misc/bfr/files/bfr-1.6-musl-include.patch
blob: fa56a0cc186e34f6a0ce100141a02f3cad26d27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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