From 633f95230a1cc84dac5d39dfb3fb600a3e4a931e Mon Sep 17 00:00:00 2001 From: Adam Turowski Date: Thu, 22 Jun 2017 13:55:32 +0200 Subject: [PATCH] rpc_cap_test: adding missing include Signed-off-by: Adam Turowski --- usr/tests/rpc_cap_test/rpc_cap_test.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/tests/rpc_cap_test/rpc_cap_test.c b/usr/tests/rpc_cap_test/rpc_cap_test.c index d89454b..66f247e 100644 --- a/usr/tests/rpc_cap_test/rpc_cap_test.c +++ b/usr/tests/rpc_cap_test/rpc_cap_test.c @@ -13,6 +13,7 @@ #include #include +#include #include #include -- 1.7.2.5