diff options
Diffstat (limited to 'sys-fs/duperemove/files/duperemove-0.11_beta4-sysmacros.patch')
-rw-r--r-- | sys-fs/duperemove/files/duperemove-0.11_beta4-sysmacros.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-fs/duperemove/files/duperemove-0.11_beta4-sysmacros.patch b/sys-fs/duperemove/files/duperemove-0.11_beta4-sysmacros.patch new file mode 100644 index 000000000000..6355f5e9146f --- /dev/null +++ b/sys-fs/duperemove/files/duperemove-0.11_beta4-sysmacros.patch @@ -0,0 +1,10 @@ +--- a/dbfile.c 2016-09-27 22:28:49.000000000 +0200 ++++ b/dbfile.c 2017-08-17 18:23:30.768591897 +0200 +@@ -8,6 +8,7 @@ + #include <inttypes.h> + #include <stddef.h> + #include <sys/types.h> ++#include <sys/sysmacros.h> + + #include "csum.h" + #include "filerec.h" |