summaryrefslogtreecommitdiff
path: root/media-gfx/gozer/files/gozer-0.7-fix-build-with-clang16.patch
blob: 1a42a15839a6973c32c1149be0936a2be1ebb501 (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/896210
--- a/src/getopt.c
+++ b/src/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