diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-14 09:07:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-14 09:07:27 +0000 |
commit | 6126e9c49f01b315c82cae340caaa1d8f588c0e7 (patch) | |
tree | 0e072c8d0490d432f989e8fe94ad072188f96a4d /src/conn-tools/s6-tlsc.c | |
parent | 53091e3bce487ee82e2805a0231e780551561717 (diff) | |
download | s6-networking-6126e9c49f01b315c82cae340caaa1d8f588c0e7.tar.xz |
Cleanup superfluous includes
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> |