tAdd missing header for ssize_t - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 08e60e00badc3cc9b037d521972a11b02672c129
(DIR) parent 538761dad5b9a62570d4aa9eb67d38be383c520e
(HTM) 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
t@@ -1,3 +1,5 @@
+#include <sys/types.h>
+
#include <err.h>
#include <stdint.h>
#include <stdlib.h>