kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 272d659f1cbca90ccd6c39e2af1223becb47f654
parent ce3b60b8c821bfbec83f68c32ef78ea358235d9b
Author: Joris Vink <joris@coders.se>
Date:   Thu, 29 Nov 2018 10:31:14 +0100

we use certain things from sys/param.h

Diffstat:
include/kore/kore.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/kore/kore.h b/include/kore/kore.h @@ -21,7 +21,7 @@ #define daemon portability_is_king #endif -#include <sys/types.h> +#include <sys/param.h> #include <sys/time.h> #include <sys/queue.h> #include <sys/un.h>