diff options
author | Damien Miller <djm@mindrot.org> | 2019-07-08 13:44:32 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-07-08 13:44:32 +1000 |
commit | 53a6ebf1445a857f5e487b18ee5e5830a9575149 (patch) | |
tree | 3123a1d244c2dbc312f7dcac378075ed50a04116 | |
parent | 4efe1adf05ee5d3fce44320fcff68735891f4ee6 (diff) |
sftp-realpath.c needs includes.h
-rw-r--r-- | sftp-realpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
27 | * SUCH DAMAGE. | 27 | * SUCH DAMAGE. |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "includes.h" | ||
31 | |||
30 | #include <sys/types.h> | 32 | #include <sys/types.h> |
31 | #include <sys/param.h> | 33 | #include <sys/param.h> |
32 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |