diff options
Diffstat (limited to 'mux.c')
-rw-r--r-- | mux.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |