aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kyototycoon/musl-header-fix.patch
diff options
context:
space:
mode:
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>