summaryrefslogtreecommitdiff
path: root/comms/lirc/files/patch-tools_irsend.c
blob: 5eee852ce81c58a33f51726a532ee77451188087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>