summaryrefslogtreecommitdiffstats
path: root/mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mux.c b/mux.c
index b4465b017..8b9105b04 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>