ports/net/sic/patches/patch-sic_c

12 lines
196 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sic.c
--- sic.c.orig
+++ sic.c
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/select.h> /* fd_set */
#include <time.h>
#include <unistd.h>