ports/www/elinks/files/patch-src_osdep_unix_bsd.c
Dustin Marquess 2c3725f53b www/elinks: Update to 0.15.0
Pass maintainership to submitter

PR:	261189
2022-02-16 07:04:47 +00:00

13 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"