diff options
Diffstat (limited to 'src/pathexec_run.c')
-rw-r--r-- | src/pathexec_run.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathexec_run.c b/src/pathexec_run.c index 1770ac7..70ac7a8 100644 --- a/src/pathexec_run.c +++ b/src/pathexec_run.c @@ -1,5 +1,6 @@ /* Public domain. */ +#include <unistd.h> #include "error.h" #include "stralloc.h" #include "str.h" |