summaryrefslogtreecommitdiffstats
path: root/sftp-common.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-13 13:00:38 +0100
committerDarren Tucker <dtucker@zip.com.au>2010-01-13 13:00:38 +0100
commit096630d06c75f762efeb778f8b43def6f85976c0 (patch)
treed64d51dc7eb4b5d109142b00e8b80e064fa5b7cf /sftp-common.c
parent - djm@cvs.openbsd.org 2010/01/13 04:10:50 (diff)
downloadopenssh-096630d06c75f762efeb778f8b43def6f85976c0.tar.xz
openssh-096630d06c75f762efeb778f8b43def6f85976c0.zip
- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
Diffstat (limited to 'sftp-common.c')
-rw-r--r--sftp-common.c2
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 @@
#include <string.h>
#include <time.h>
#include <stdarg.h>
+#ifdef HAVE_UTIL_H
#include <util.h>
+#endif
#include "xmalloc.h"
#include "buffer.h"