freebsd-ports/net-p2p/qtella/files/patch-src__Interface.cpp
Martin Wilke 179e3757c3 - Update to 0.7.0
PR:		108886
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-02-08 22:33:28 +00:00

15 lines
342 B
C++

--- src/Interface.cpp.orig Fri May 21 01:14:12 2004
+++ src/Interface.cpp Mon Jan 29 20:24:53 2007
@@ -1,9 +1,11 @@
#include "Interface.h"
#if !defined(_WIN32)
+#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/ioctl.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <sys/ioctl.h>
#endif
#if !defined(_WIN32)