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 6592eddcfb9aabbae0e6a465f4006706fe5efbf6
parent 9f3046bae776a68efc659c0c2040d15c9a31aa5e
Author: Joris Vink <joris@coders.se>
Date:   Mon,  6 Feb 2017 12:13:29 +0100

add stdint.h

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

diff --git a/src/config.c b/src/config.c @@ -19,6 +19,7 @@ #include <stdio.h> #include <string.h> +#include <stdint.h> #include <ctype.h> #include <limits.h> #include <fcntl.h>