- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
diff --git a/sftp-common.c b/sftp-common.c
index 7393fc6..96eb4f7 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"