ports-local/www/elinks/files/patch-src_osdep_unix_bsd.c
2024-01-28 10:24:47 -05:00

14 lines
268 B
C

--- src/osdep/unix/bsd.c.orig 2022-01-29 20:03:00 UTC
+++ src/osdep/unix/bsd.c
@@ -15,6 +15,10 @@
#endif /* HAVE_SYS_CONSIO_H */
#endif /* CONFIG_SYSMOUSE */
+#if defined(__FreeBSD__)
+#include <signal.h>
+#endif
+
#include "elinks.h"
#include "main/select.h"