mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
10 lines
235 B
Diff
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>
|