mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff -ruN fwbuilder-2.0.3/src/gui/SSHPIX.cpp fwbuilder-2.0.3-new/src/gui/SSHPIX.cpp
|
|
--- fwbuilder-2.0.3/src/gui/SSHPIX.cpp 2004-09-29 08:31:52.000000000 +0200
|
|
+++ fwbuilder-2.0.3-new/src/gui/SSHPIX.cpp 2004-10-03 22:55:51.801233872 +0200
|
|
@@ -40,6 +40,11 @@
|
|
|
|
#include <iostream>
|
|
|
|
+#include <errno.h>
|
|
+#ifndef errno
|
|
+extern int errno;
|
|
+#endif
|
|
+
|
|
using namespace std;
|
|
|
|
SSHPIX::SSHPIX(const QString &_h,
|