ports/sysutils/multitail/patches/patch-xclip_c

11 lines
237 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- xclip.c.orig Sun Jul 17 22:21:01 2016
+++ xclip.c Sun Jul 17 22:21:40 2016
@@ -4,6 +4,7 @@
*/
#define _LARGEFILE64_SOURCE
#include <fcntl.h>
+#include <netinet/in.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>