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.patch

20 lines
437 B

https://bugs.gentoo.org/871549
--- a/src/docks/xdcalendar.c
+++ b/src/docks/xdcalendar.c
@@ -1,2 +1,3 @@
#include <xdock.h>
+#include <ctype.h>
#include <getopt.h>
--- a/src/docks/xdmemory.c
+++ b/src/docks/xdmemory.c
@@ -1,2 +1,3 @@
#include <xdock.h>
+#include <ctype.h>
#include <getopt.h>
--- a/src/lib/network.c
+++ b/src/lib/network.c
@@ -10,2 +10,3 @@
# include <fcntl.h>
+# include <unistd.h>
# define INVALID_SOCKET -1