summaryrefslogtreecommitdiff
path: root/sftp-common.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-01-24 09:55:16 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-01-24 10:07:03 +1100
commit5cb503dff4db251520e8bf7d23b9c97c06eee031 (patch)
tree0fba8085b8df9c58048b481f0a2c998b44229c8a /sftp-common.c
parentf236ca2741f29b5c443c0b2db3aa9afb9ad9befe (diff)
downloadopenssh-git-5cb503dff4db251520e8bf7d23b9c97c06eee031.tar.gz
Include unistd.h for strmode().
Diffstat (limited to 'sftp-common.c')
-rw-r--r--sftp-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sftp-common.c b/sftp-common.c
index 5d743d3b..677f27d6 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -36,6 +36,7 @@
#include <string.h>
#include <time.h>
#include <stdarg.h>
+#include <unistd.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif