commit 3d32364aa8deb41341b21c25b726239c6e9c295c parent ff0b6cf31b3c75c7878ac06518674d46a6de6abb 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(-)
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>