[openssh-commits] [openssh] 01/01: sftp-realpath.c needs includes.h

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 8 13:44:46 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 53a6ebf1445a857f5e487b18ee5e5830a9575149
Author: Damien Miller <djm at mindrot.org>
Date:   Mon Jul 8 13:44:32 2019 +1000

    sftp-realpath.c needs includes.h
---
 sftp-realpath.c | 2 ++
 1 file changed, 2 insertions(+)

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 <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list