runit

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

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

seek_set.c: add missing header.

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

diff --git a/src/seek_set.c b/src/seek_set.c @@ -1,6 +1,7 @@ /* Public domain. */ #include <sys/types.h> +#include <unistd.h> #include "seek.h" #define SET 0 /* sigh */