URI: 
       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 3d32364aa8deb41341b21c25b726239c6e9c295c
   DIR parent ff0b6cf31b3c75c7878ac06518674d46a6de6abb
  HTML 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
       @@ -1,3 +1,5 @@
       +#include <sys/types.h>
       +
        #include <assert.h>
        #include <err.h>
        #include <stdio.h>