aboutsummaryrefslogtreecommitdiff
path: root/audio/mumble/files/patch-src-Net.cpp
blob: 5904139aaf3ca298198609eebd7e9c76abd993d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/Net.cpp.orig	2010-01-08 00:37:46.000000000 +0200
+++ src/Net.cpp	2010-01-10 23:55:48.000000000 +0200
@@ -29,6 +29,12 @@
 */
 
 #include "Net.h"
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
+#endif
 
 HostAddress::HostAddress() {
 	addr[0] = addr[1] = 0ULL;