diff options
author | dtucker <dtucker> | 2008-06-06 20:25:15 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2008-06-06 20:25:15 +0000 |
commit | 1037c0471d71158096588589b72620139fcfbb48 (patch) | |
tree | dce8c98ae4afb1bda3cb46341764217331717460 /mux.c | |
parent | bfa7c5f5acba852224c13b675bd99e52c73ad9c9 (diff) | |
download | openssh-1037c0471d71158096588589b72620139fcfbb48.tar.gz |
- (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
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> |