aports/testing/kyototycoon/musl-header-fix.patch
Natanael Copa 5816caf905 testing/kyototycoon: new aport
a leightweight cache/storage server
http://fallabs.com/kyototycoon/
2015-03-19 09:47:02 +00:00

12 lines
228 B
Diff

--- ./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>