aboutsummaryrefslogtreecommitdiff
path: root/examples/ssh_server_fork.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-02-17 09:20:46 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-02-17 09:20:46 +0100
commitc96e862c0821d4bb0aa2df676c7a8b212cd885b2 (patch)
treeeb4b802fa4b3155334cfaf1e695bf2261d1cc005 /examples/ssh_server_fork.c
parent7021a4661720245416991cb12c776252107cc1f0 (diff)
downloadlibssh-c96e862c0821d4bb0aa2df676c7a8b212cd885b2.tar.gz
libssh-c96e862c0821d4bb0aa2df676c7a8b212cd885b2.tar.xz
libssh-c96e862c0821d4bb0aa2df676c7a8b212cd885b2.zip
examples: Add missing include for stderr.
This should fix the build on FreeBSD.
Diffstat (limited to 'examples/ssh_server_fork.c')
-rw-r--r--examples/ssh_server_fork.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/ioctl.h>
#include <sys/wait.h>
+#include <stdio.h>
#ifndef KEYS_FOLDER
#ifdef _WIN32