- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
diff --git a/mux.c b/mux.c
index b4465b0..8b9105b 100644
--- 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>