aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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