aboutsummaryrefslogtreecommitdiff
path: root/examples/ssh_server_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssh_server_fork.c')
-rw-r--r--examples/ssh_server_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssh_server_fork.c b/examples/ssh_server_fork.c
index d90a5084..18320c84 100644
--- a/examples/ssh_server_fork.c
+++ b/examples/ssh_server_fork.c
@@ -14,9 +14,9 @@ The goal is to show the API in action.
#include "config.h"
#include <libssh/callbacks.h>
-#include <libssh/poll.h>
#include <libssh/server.h>
+#include <poll.h>
#ifdef HAVE_ARGP_H
#include <argp.h>
#endif