diff options
Diffstat (limited to 'testing/apt-dater/apt-dater-fix-includes.patch')
-rw-r--r-- | testing/apt-dater/apt-dater-fix-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/apt-dater/apt-dater-fix-includes.patch b/testing/apt-dater/apt-dater-fix-includes.patch new file mode 100644 index 0000000000..ac1a990d07 --- /dev/null +++ b/testing/apt-dater/apt-dater-fix-includes.patch @@ -0,0 +1,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> + |