summaryrefslogtreecommitdiff
path: root/sftp-realpath.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-07-08 13:44:32 +1000
committerDamien Miller <djm@mindrot.org>2019-07-08 13:44:32 +1000
commit53a6ebf1445a857f5e487b18ee5e5830a9575149 (patch)
tree3123a1d244c2dbc312f7dcac378075ed50a04116 /sftp-realpath.c
parent4efe1adf05ee5d3fce44320fcff68735891f4ee6 (diff)
downloadopenssh-git-53a6ebf1445a857f5e487b18ee5e5830a9575149.tar.gz
sftp-realpath.c needs includes.h
Diffstat (limited to 'sftp-realpath.c')
-rw-r--r--sftp-realpath.c2
1 files changed, 2 insertions, 0 deletions
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>