freebsd-ports/ftp/caitoo/files/patch-aa
Steve Price 1d878e5482 Adding caitoo version 0.6.6.
A KDE/Qt based GetRight(tm)/Go!zilla(tm) downloader alike formerly known as
KGet.

PR:		19208
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:29:16 +00:00

11 lines
255 B
Plaintext

--- caitoo/kmainwidget.cpp.orig Sun Jun 11 04:09:58 2000
+++ caitoo/kmainwidget.cpp Sun Jun 11 04:11:28 2000
@@ -60,6 +60,7 @@
#undef map
#include <sys/sockio.h> // needed for SIOCGIFFLAGS
#else
+#include <sys/socket.h>
#include <net/if.h>
#endif