From 16dd675f4d73a43f732e4eb6c70cf891193e56e2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Sep 2011 22:08:55 +0200 Subject: [PATCH] sftp.h: fix the #ifdef to prevent multiple inclusions --- src/sftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sftp.h b/src/sftp.h index 44edc360..2bff712b 100644 --- a/src/sftp.h +++ b/src/sftp.h @@ -1,4 +1,4 @@ -#ifndef _LIBSSH2_SFP_H +#ifndef _LIBSSH2_SFTP_H #define _LIBSSH2_SFTP_H /* * Copyright (C) 2010, 2011 by Daniel Stenberg