medfall

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

commit 187b0f7d0ddfff03a9937a9478a2a2254d3bc08d
parent 5be7aefa548e3400592795f04b109cb55f40016c
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed Oct 12 22:54:27 +0300

Add missing include

Diffstat:
unix_thread.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unix_thread.h b/unix_thread.h @@ -3,6 +3,7 @@ #include <err.h> #include <pthread.h> +#include <unistd.h> #include <sys/syscall.h> #include "intrinsics.h"