]> andersk Git - openssh.git/blobdiff - mux.c
- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
[openssh.git] / mux.c
diff --git a/mux.c b/mux.c
index b4465b017e32f0933d503c71ea45b8cd97f4db01..8b9105b0402e50988e186aed6a2f33bba975f363 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -34,7 +34,9 @@
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
+#ifdef HAVE_PATHS_H
 #include <paths.h>
+#endif
 
 #ifdef HAVE_UTIL_H
 # include <util.h>
This page took 0.045096 seconds and 4 git commands to generate.