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