Same as everywhere else: missing prototypes, so implementations are not actually matched by the compiler. Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> --- lib/readport.c | 1 + test/libtest.c | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/readport.c b/lib/readport.c index afd1c91..8589ec6 100644 --- a/lib/readport.c +++ b/lib/readport.c @@ -25,6 +25,7 @@ #include <errno.h> #include <fcntl.h> #include <unistd.h> +#include <httputil.h> /* * Read a port number from a port file, fill buffer. diff --git a/test/libtest.c b/test/libtest.c index ef07778..bdfe912 100644 --- a/test/libtest.c +++ b/test/libtest.c @@ -20,6 +20,7 @@ #include <string.h> #include <stdbool.h> #include <ctype.h> +#include "test.h" bool find_our_hdr(const char *hdr, const void *data, size_t data_len) { -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html