1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

examples: Add missing include for stderr.

This should fix the build on FreeBSD.
This commit is contained in:
Andreas Schneider
2014-02-17 09:20:46 +01:00
parent 7021a46617
commit c96e862c08

View File

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