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 3d32364aa8deb41341b21c25b726239c6e9c295c
 (DIR) parent ff0b6cf31b3c75c7878ac06518674d46a6de6abb
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Thu,  7 Mar 2019 23:44:02 +0100
       
       Add missing header for ssize_t
       
       Diffstat:
         M types.c                             |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/types.c b/types.c
       t@@ -1,3 +1,5 @@
       +#include <sys/types.h>
       +
        #include <assert.h>
        #include <err.h>
        #include <stdio.h>