diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2017-04-10 17:34:09 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 17:50:03 +0000 |
commit | 05357e0f587a4983f66feb49f82ad0e790611877 (patch) | |
tree | 179c86c6c5d9200dd0cceaaae8d0b603c63185e1 /testing/apt-dater/apt-dater-fix-includes.patch | |
parent | e8b436cfaa85d728665a93b7466b42639569873e (diff) | |
download | aports-05357e0f587a4983f66feb49f82ad0e790611877.tar.bz2 aports-05357e0f587a4983f66feb49f82ad0e790611877.tar.xz |
testing/apt-dater: new aport
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> + |