diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-13 15:43:54 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-13 15:43:54 +0100 |
commit | bf1a5e076df6ac74bb741c10babfdbc4e5cb2b06 (patch) | |
tree | 36fcfa5aeee3222e909de184e3d79f4513c1300b /community/incron/fix-headers.patch | |
parent | b8b9587650875423230c5f9e60286c96858de4d5 (diff) | |
download | aports-bf1a5e076df6ac74bb741c10babfdbc4e5cb2b06.tar.bz2 aports-bf1a5e076df6ac74bb741c10babfdbc4e5cb2b06.tar.xz |
community/vnstat: upgrade to 1.16
Diffstat (limited to 'community/incron/fix-headers.patch')
-rw-r--r-- | community/incron/fix-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/incron/fix-headers.patch b/community/incron/fix-headers.patch new file mode 100644 index 0000000000..64771ffd12 --- /dev/null +++ b/community/incron/fix-headers.patch @@ -0,0 +1,10 @@ +--- ./icd-main.cpp.orig ++++ ./icd-main.cpp +@@ -24,6 +24,7 @@ + #include <dirent.h> + #include <syslog.h> + #include <errno.h> ++#include <unistd.h> + #include <sys/poll.h> + #include <sys/stat.h> + #include <cstdio> |