diff options
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sftp-common.c b/sftp-common.c index 7393fc6a9..96eb4f79a 100644 --- a/sftp-common.c +++ b/sftp-common.c | |||
@@ -36,7 +36,9 @@ | |||
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 | #ifdef HAVE_UTIL_H | ||
39 | #include <util.h> | 40 | #include <util.h> |
41 | #endif | ||
40 | 42 | ||
41 | #include "xmalloc.h" | 43 | #include "xmalloc.h" |
42 | #include "buffer.h" | 44 | #include "buffer.h" |