From c96e862c0821d4bb0aa2df676c7a8b212cd885b2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 17 Feb 2014 09:20:46 +0100 Subject: [PATCH] examples: Add missing include for stderr. This should fix the build on FreeBSD. --- examples/ssh_server_fork.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ssh_server_fork.c b/examples/ssh_server_fork.c index c6bc4646..10939650 100644 --- a/examples/ssh_server_fork.c +++ b/examples/ssh_server_fork.c @@ -37,6 +37,7 @@ The goal is to show the API in action. #endif #include #include +#include #ifndef KEYS_FOLDER #ifdef _WIN32