aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kyototycoon/musl-header-fix.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-19 09:29:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-19 09:47:02 +0000
commit5816caf905555f062a14916a1be29adbc57d07ad (patch)
tree6679c1bf1f3313cec30185318db322f0e56dfb98 /testing/kyototycoon/musl-header-fix.patch
parenta201e6900cb6de13cb9fe52441378e36b0bb8787 (diff)
downloadaports-5816caf905555f062a14916a1be29adbc57d07ad.tar.bz2
aports-5816caf905555f062a14916a1be29adbc57d07ad.tar.xz
testing/kyototycoon: new aport
a leightweight cache/storage server http://fallabs.com/kyototycoon/
Diffstat (limited to 'testing/kyototycoon/musl-header-fix.patch')
-rw-r--r--testing/kyototycoon/musl-header-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/kyototycoon/musl-header-fix.patch b/testing/kyototycoon/musl-header-fix.patch
new file mode 100644
index 0000000000..75edaef889
--- /dev/null
+++ b/testing/kyototycoon/musl-header-fix.patch
@@ -0,0 +1,11 @@
+--- ./ktdbext.h.orig
++++ ./ktdbext.h
+@@ -16,6 +16,8 @@
+ #ifndef _KTDBEXT_H // duplication check
+ #define _KTDBEXT_H
+
++#include <unistd.h>
++
+ #include <ktcommon.h>
+ #include <ktutil.h>
+ #include <ktulog.h>