From: Damien Miller Date: Mon, 8 Jul 2019 03:44:32 +0000 (+1000) Subject: sftp-realpath.c needs includes.h X-Git-Tag: V_8_1_P1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a6ebf1445a857f5e487b18ee5e5830a9575149;p=thirdparty%2Fopenssh-portable.git sftp-realpath.c needs includes.h --- diff --git a/sftp-realpath.c b/sftp-realpath.c index 0ed808f46..9ac401812 100644 --- a/sftp-realpath.c +++ b/sftp-realpath.c @@ -27,6 +27,8 @@ * SUCH DAMAGE. */ +#include "includes.h" + #include #include #include