blob: ac1a990d07bb42bfc698f2680c4d9cdccc6a6a25 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|