ports/net/amule-devel/files/patch-ClientDetailDialog.cpp
Edwin Groothuis ad93e1744d [NEW PORT] net/amule-devel (aMule 2.0.0rc7)
This port is designed to manage the "unstable" branch of
	aMule, currently aMule 2.0.0rc7.

PR:		ports/73502
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2004-12-15 07:13:05 +00:00

15 lines
380 B
C++

--- src/ClientDetailDialog.cpp.orig Sat Oct 23 05:00:14 2004
+++ src/ClientDetailDialog.cpp Sat Oct 23 05:00:45 2004
@@ -31,6 +31,12 @@
#include <sys/types.h>
#endif /* __BSD__ */
+#if defined(__FreeBSD__) // for FreeBSD 4.x
+ #if __FreeBSD__ < 5
+ #include <sys/types.h>
+ #endif
+#endif
+
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>