ports/comms/lirc/files/patch-tools_irsend.c
Stefan Eßer 2380a3cfc5 Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
2020-09-21 15:03:43 +00:00

12 lines
225 B
C

--- tools/irsend.c.orig 2011-03-25 22:28:18 UTC
+++ tools/irsend.c
@@ -41,6 +41,9 @@
#include <errno.h>
#include <signal.h>
#include <limits.h>
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
#include <stdint.h>