From a25790d34388d4f71371655d21a38d283ad4d85e Mon Sep 17 00:00:00 2001 From: Jon Simons Date: Mon, 13 Oct 2014 03:06:39 -0700 Subject: tests: fix pkd build breakages Fix a build breakage when '-DWITH_SERVER=OFF' is set: skip building the pkd test for that case. Add some missing includes for the OpenIndiana and FreeBSD builds. Signed-off-by: Jon Simons Reviewed-by: Andreas Schneider --- tests/pkd/pkd_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pkd/pkd_util.c') diff --git a/tests/pkd/pkd_util.c b/tests/pkd/pkd_util.c index 95d3be65..963b58d6 100644 --- a/tests/pkd/pkd_util.c +++ b/tests/pkd/pkd_util.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "pkd_client.h" #include "pkd_util.h" -- cgit