summaryrefslogtreecommitdiff
path: root/net-dialup/rp-l2tp/files/rp-l2tp-0.4-clang16-build-fix.patch
blob: dc4269764a276ed067fcde81aba38e669d2983fe (plain)
1
2
3
4
5
6
7
8
9
10
11
Bug: https://bugs.gentoo.org/897858
--- a/handlers/cmd-control.c
+++ b/handlers/cmd-control.c
@@ -16,6 +16,7 @@
 static char const RCSID[] =
 "$Id: cmd-control.c,v 1.2 2002/09/30 19:45:00 dskoll Exp $";
 #include <stdio.h>
+#include <string.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/types.h>