diff options
Diffstat (limited to 'mux.c')
-rw-r--r-- | mux.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,7 +34,9 @@ | |||
34 | #include <stdio.h> | 34 | #include <stdio.h> |
35 | #include <string.h> | 35 | #include <string.h> |
36 | #include <unistd.h> | 36 | #include <unistd.h> |
37 | #ifdef HAVE_PATHS_H | ||
37 | #include <paths.h> | 38 | #include <paths.h> |
39 | #endif | ||
38 | 40 | ||
39 | #ifdef HAVE_UTIL_H | 41 | #ifdef HAVE_UTIL_H |
40 | # include <util.h> | 42 | # include <util.h> |