dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 08e60e00badc3cc9b037d521972a11b02672c129
parent 538761dad5b9a62570d4aa9eb67d38be383c520e
Author: z3bra <contactatz3bradotorg>
Date:   Thu, 14 Mar 2019 19:53:49 +0100

Add missing header for ssize_t

Diffstat:
Mcache.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/cache.c b/cache.c @@ -1,3 +1,5 @@ +#include <sys/types.h> + #include <err.h> #include <stdint.h> #include <stdlib.h>