diff options
Diffstat (limited to 'ftp/caitoo/files/patch-aa')
-rw-r--r-- | ftp/caitoo/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/caitoo/files/patch-aa b/ftp/caitoo/files/patch-aa new file mode 100644 index 000000000000..21f31731aa7b --- /dev/null +++ b/ftp/caitoo/files/patch-aa @@ -0,0 +1,10 @@ +--- 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 + |