diff options
Diffstat (limited to '')
-rw-r--r-- | src/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exec.c b/src/exec.c index b273420..194088b 100644 --- a/src/exec.c +++ b/src/exec.c @@ -37,7 +37,9 @@ #include <unistd.h> #include <fcntl.h> #include <stdlib.h> +#ifdef HAVE_PATHS_H #include <paths.h> +#endif /* * When commands are first encountered, they are entered in a hash table. |