diff options
Diffstat (limited to 'src/conn-tools/s6-tlsc.c')
-rw-r--r-- | src/conn-tools/s6-tlsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/s6-tlsc.c b/src/conn-tools/s6-tlsc.c index fb7272f..cbac1eb 100644 --- a/src/conn-tools/s6-tlsc.c +++ b/src/conn-tools/s6-tlsc.c @@ -1,7 +1,7 @@ /* ISC license. */ -#include <sys/types.h> #include <stdint.h> +#include <unistd.h> #include <errno.h> #include <skalibs/types.h> #include <skalibs/sgetopt.h> |