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)
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 5d743d3b2..677f27d63 100644
--- a/sftp-common.c
+++ b/sftp-common.c
@@ -36,6 +36,7 @@
36#include <string.h> 36#include <string.h>
37#include <time.h> 37#include <time.h>
38#include <stdarg.h> 38#include <stdarg.h>
39#include <unistd.h>
39#ifdef HAVE_UTIL_H 40#ifdef HAVE_UTIL_H
40#include <util.h> 41#include <util.h>
41#endif 42#endif