diff options
Diffstat (limited to 'examples/samplesshd.c')
-rw-r--r-- | examples/samplesshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/samplesshd.c b/examples/samplesshd.c index f192ef8..7ce5d1e 100644 --- a/examples/samplesshd.c +++ b/examples/samplesshd.c @@ -23,7 +23,7 @@ clients must be made or how a client should react. #include <stdlib.h> #include <string.h> #include <stdio.h> -#include <unistd.h> + #ifndef KEYS_FOLDER #ifdef _WIN32 #define KEYS_FOLDER |