From 4974a769d4864b0ba2e937c12924db6cb4312285 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 6 Apr 2023 09:23:43 +0200 Subject: [PATCH] Add missing inttypes header --- examples/json/src/json.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/json/src/json.c b/examples/json/src/json.c index 9370e53..ea9632b 100755 --- a/examples/json/src/json.c +++ b/examples/json/src/json.c @@ -17,6 +17,8 @@ #include #include +#include + int page(struct http_request *); int