freebsd-ports/multimedia/vdr-plugin-vdrmanager/files/patch-sock.h
2012-03-23 23:40:42 +00:00

12 lines
189 B
C++

--- a/sock.h
+++ b/sock.h
@@ -7,6 +7,9 @@
#include <sys/types.h>
#include <sys/socket.h>
+#ifdef __FreeBSD__
+#include <netinet/in.h>
+#endif
#include <string>
using namespace std;