summaryrefslogtreecommitdiff
path: root/misc/basket/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-18 22:53:32 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-18 22:53:32 +0000
commitff19ee9bfbde37f762e2c502fd169f62268ce8e0 (patch)
treebb543029ea9f59f92d99631f3865283d2b8c3dc7 /misc/basket/patches
parent28ddcadcd84d663df2efc72b3c1c93dd07e34192 (diff)
downloadpkgsrc-ff19ee9bfbde37f762e2c502fd169f62268ce8e0.tar.gz
Missing unistd.h include.
Diffstat (limited to 'misc/basket/patches')
-rw-r--r--misc/basket/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/basket/patches/patch-aa b/misc/basket/patches/patch-aa
new file mode 100644
index 00000000000..b26efc22248
--- /dev/null
+++ b/misc/basket/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/18 22:53:32 joerg Exp $
+
+--- src/likeback.cpp.orig 2007-06-18 22:37:38.000000000 +0000
++++ src/likeback.cpp
+@@ -48,6 +48,7 @@
+ #include <kdebug.h>
+
+ #include <pwd.h>
++#include <unistd.h>
+
+ #include <iostream>
+