mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
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>
15 lines
380 B
C++
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>
|