From 766bae9d7626bb596fc3b60d2cd5fe5a7fc356db Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 30 Jul 2009 10:45:58 +0200 Subject: Fix build with MSVC. --- libssh/string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libssh/string.c') diff --git a/libssh/string.c b/libssh/string.c index 933d32c..c952084 100644 --- a/libssh/string.c +++ b/libssh/string.c @@ -22,7 +22,6 @@ */ #include -#include #include #ifndef _WIN32 -- cgit