From 58d53f1397c9f4af0748a07aef16c15bbd724038 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 9 Apr 2020 11:46:18 +0200 Subject: [PATCH] examples: Add missing includes Fixes: T225 Signed-off-by: Jakub Jelen Reviewed-by: Anderson Toshiyuki Sasaki --- examples/sshd_direct-tcpip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/sshd_direct-tcpip.c b/examples/sshd_direct-tcpip.c index 36a15a5b..a6b217a8 100644 --- a/examples/sshd_direct-tcpip.c +++ b/examples/sshd_direct-tcpip.c @@ -27,6 +27,8 @@ clients must be made or how a client should react. #ifdef HAVE_ARGP_H #include #endif +#include +#include #include #include #include