commit | 3512e4014c1b1dea52e6ad985535475967b2cd80 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Jan 28 16:22:34 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Jan 28 16:22:34 2016 +0100 |
tree | 3b85ecdaf31d0e11e6feb3a2e08acae1a482633f | |
parent | 01a523462b06f8dd0d6bb8ec25942b9c1528ff17 [diff] [blame] |
build BUGFIX when both SSH and TLS are off
diff --git a/src/io.c b/src/io.c index 3653b6c..432ec70 100644 --- a/src/io.c +++ b/src/io.c
@@ -25,6 +25,7 @@ #include <assert.h> #include <errno.h> #include <poll.h> +#include <inttypes.h> #include <stdarg.h> #include <stdlib.h> #include <string.h>