runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3295cb4865759a71c27ca5fe4ade980c8b69db6c
parent 53bf22e68c36b2fc2281998f8311c7c73c17259c
Author: Érico Rolim <erico.erc@gmail.com>
Date:   Sun, 16 Aug 2020 15:19:51 -0300

pathexec_run.c:: add missing header.

Diffstat:
Msrc/pathexec_run.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"