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 53f042a5b4ea4b24760d2fd38ef07ef802b3a4ce
parent 917d4d7636190b89492feeaf85bb0717fa178ccd
Author: Joris Vink <joris@coders.se>
Date:   Thu,  9 May 2019 20:55:49 +0200

add stdint.h header to keymgr.c

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

diff --git a/src/keymgr.c b/src/keymgr.c @@ -40,6 +40,7 @@ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <signal.h> #include <unistd.h>