diff options
Diffstat (limited to 'net/vncviewer4/patches/patch-aa')
-rw-r--r-- | net/vncviewer4/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/vncviewer4/patches/patch-aa b/net/vncviewer4/patches/patch-aa new file mode 100644 index 00000000000..176707251a3 --- /dev/null +++ b/net/vncviewer4/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/03/23 16:52:42 joerg Exp $ + +--- tx/TXDialog.h.orig 2006-03-23 16:39:31.000000000 +0000 ++++ tx/TXDialog.h +@@ -30,6 +30,7 @@ + + #include "TXWindow.h" + #include <errno.h> ++#include <unistd.h> + + class TXDialog : public TXWindow, public TXDeleteWindowCallback { + public: |