]> andersk Git - openssh.git/blobdiff - mux.c
- (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
[openssh.git] / mux.c
diff --git a/mux.c b/mux.c
index 78ba6315344baa949132129ad9674fcc781c3503..b4465b017e32f0933d503c71ea45b8cd97f4db01 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -17,6 +17,8 @@
 
 /* ssh session multiplexing support */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-#include <util.h>
 #include <paths.h>
 
+#ifdef HAVE_UTIL_H
+# include <util.h>
+#endif
+
+#ifdef HAVE_LIBUTIL_H
+# include <libutil.h>
+#endif
+
 #include "openbsd-compat/sys-queue.h"
 #include "xmalloc.h"
 #include "log.h"
This page took 0.054436 seconds and 4 git commands to generate.