Add missing header for ssize_t - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 08e60e00badc3cc9b037d521972a11b02672c129
DIR parent 538761dad5b9a62570d4aa9eb67d38be383c520e
HTML Author: z3bra <contactatz3bradotorg>
Date: Thu, 14 Mar 2019 19:53:49 +0100
Add missing header for ssize_t
Diffstat:
M cache.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR 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>