1
1

examples: Do not include internal headers in ssh_server_fork

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2015-12-08 07:59:17 +01:00
родитель 12da51ac5a
Коммит ed6294b4bb

Просмотреть файл

@ -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