1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/kbuild/kobjcache.patch
2017-01-24 13:48:53 +00:00

10 lines
235 B
Diff

--- ./src/kObjCache/kObjCache.c.orig
+++ ./src/kObjCache/kObjCache.c
@@ -38,6 +38,7 @@
#include <errno.h>
#include <assert.h>
#include <sys/stat.h>
+#include <sys/file.h>
#include <fcntl.h>
#include <limits.h>
#include <ctype.h>