1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-06-12 09:41:53 +03:00

examples: Fixed compilation on Windows.

This commit is contained in:
Andreas Schneider
2011-01-24 15:24:51 +01:00
parent a63dbc07f3
commit d67cbdc926

View File

@ -12,6 +12,7 @@ program.
/* This file demonstrates the use of the C++ wrapper to libssh */
#include <iostream>
#include <string>
#include <libssh/libsshpp.hpp>
int main(int argc, const char **argv){