freebsd-ports/net/amule/files/patch-SysTray.cpp
Pav Lucistnik 35d437f6fc Add aMule, yet another eDonkey peer2peer network client.
WWW: http://sourceforge.net/projects/amule/

PR:		ports/62969
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2004-02-25 20:31:18 +00:00

12 lines
457 B
C++

--- src/SysTray.cpp.orig Tue Feb 17 16:43:12 2004
+++ src/SysTray.cpp Tue Feb 17 16:43:53 2004
@@ -22,8 +22,8 @@
#include "sys.h"
#include <libintl.h>
#include <clocale> // Needed for setlocale(3)
-#include <net/if.h> // Needed for struct ifreq
#include <sys/socket.h> //
+#include <net/if.h> // Needed for struct ifreq
#include <netinet/in.h> // Needed for inet_ntoa
#include <arpa/inet.h> //
#include <sys/ioctl.h> // Needed for SIOCGIFADDR