]> andersk Git - openssh.git/blobdiff - sftp.c
- (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index 0745baf08136579e2b032c18043eb161140fe068..ffc35cb83c75273e742527c68be20a4708c24ef7 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -43,9 +43,16 @@ typedef void EditLine;
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <util.h>
 #include <stdarg.h>
 
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
+
+#ifdef HAVE_LIBUTIL_H
+# include <libutil.h>
+#endif
+
 #include "xmalloc.h"
 #include "log.h"
 #include "pathnames.h"
This page took 0.035528 seconds and 4 git commands to generate.