aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/kyototycoon/musl-header-fix.patch
blob: 75edaef8890b5443f15ab9a10e89532e7d8d1a9d (plain)
1
2
3
4
5
6
7
8
9
10
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>