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 c070e77ea55cd531452d51e5945f9551c4fa3b67
parent b07cc0237c590309bae710ac0c4313384f439fa7
Author: Joris Vink <joris@coders.se>
Date:   Fri, 11 Jan 2019 11:32:33 +0100

include signal.h from kore.h

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

diff --git a/include/kore/kore.h b/include/kore/kore.h @@ -40,6 +40,7 @@ #include <stdarg.h> #include <stdlib.h> #include <stdio.h> +#include <signal.h> #include <string.h> #include <syslog.h> #include <unistd.h>