summaryrefslogtreecommitdiff
path: root/net-mail/checkpassword-pam/files/checkpassword-pam-0.99-clang16-build-fix.patch
blob: 28e0eeda8101248fcba39e6ce8a694a9738d59bf (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/897930
--- a/getopt.c
+++ b/getopt.c
@@ -38,6 +38,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