1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/apt-dater/apt-dater-fix-includes.patch
2017-06-06 17:50:03 +00:00

10 lines
180 B
Diff

--- a/src/lock.c
+++ b/src/lock.c
@@ -26,6 +26,7 @@
#include "apt-dater.h"
#include "lock.h"
#include "stats.h"
+#include <fcntl.h>
#include <sys/file.h>
#include <errno.h>