mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
10 lines
180 B
Diff
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>
|
|
|