Skip to content

Commit 3295cb4

Browse files
committed
pathexec_run.c:: add missing header.
1 parent 53bf22e commit 3295cb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pathexec_run.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Public domain. */
22

3+
#include <unistd.h>
34
#include "error.h"
45
#include "stralloc.h"
56
#include "str.h"

0 commit comments

Comments
 (0)