From 53a6ebf1445a857f5e487b18ee5e5830a9575149 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 8 Jul 2019 13:44:32 +1000 Subject: sftp-realpath.c needs includes.h --- sftp-realpath.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sftp-realpath.c') diff --git a/sftp-realpath.c b/sftp-realpath.c index 0ed808f4..9ac40181 100644 --- a/sftp-realpath.c +++ b/sftp-realpath.c @@ -27,6 +27,8 @@ * SUCH DAMAGE. */ +#include "includes.h" + #include #include #include -- cgit v1.2.1