cefb9b9c64
VDR-Manager running on Android devices. WWW: http://projects.vdr-developer.org/projects/vdr-manager/wiki Feature safe: yes
12 lines
189 B
C++
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;
|