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 4974a769d4864b0ba2e937c12924db6cb4312285
parent ef37ab611d402b4b15cb481e6300578e93479bf4
Author: Joris Vink <joris@coders.se>
Date:   Thu,  6 Apr 2023 09:23:43 +0200

Add missing inttypes header

Diffstat:
examples/json/src/json.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/examples/json/src/json.c b/examples/json/src/json.c @@ -17,6 +17,8 @@ #include <kore/kore.h> #include <kore/http.h> +#include <inttypes.h> + int page(struct http_request *); int