summaryrefslogtreecommitdiff
path: root/x11-misc/xdock/files/xdock-0.3.0-clang16-memcpy.patch
blob: a4cd766c06e78229bc0bd6f2af908bad4bbf6d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
#Bug https://bugs.gentoo.org/898894
--- a/src/lib/network.c
+++ b/src/lib/network.c
@@ -16,6 +16,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <errno.h>
+#include <string.h>
 
 int net_connect(char* host, int port)
 {