You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xdock/files/xdock-0.3.0-clang16-memcpy....

12 lines
236 B

#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)
{