summaryrefslogtreecommitdiff
path: root/net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch
blob: b2b66d7e5be3b13e907eee329426eced2cffbcc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/897938
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -52,6 +52,7 @@ char *alloca ();
 #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