summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cpp b/setup.cpp
index 2c56199..11ee6c5 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -10,6 +10,10 @@
#include <stdint.h>
#include <unistd.h>
#include <string>
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#include <netinet/in.h>
+#endif
#include <arpa/inet.h>
#include <vdr/tools.h>
#include <vdr/menuitems.h>