ports/net/kio_fish/files/patch-fish::fish.cpp
Will Andrews c0f7f37878 Add kio_fish 1.0.1, a KIO module that allows you to use sftp or scp
from within KDE's Konqueror.

Submitted by:	Lauri Watts <lauri@kde.org>
2001-12-04 07:02:35 +00:00

18 lines
394 B
C++

--- fish/fish.cpp Mon Oct 22 14:52:05 2001
+++ fish/fish.cpp.new Mon Nov 26 22:13:52 2001
@@ -39,6 +39,15 @@
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_IOCTL_H
+#include <sys/ioctl.h>
+#endif
+#ifdef HAVE_LIBUTIL_H
+#include <libutil.h>
+#endif
#include <math.h>
#include <unistd.h>
#include <sys/socket.h>