diff scid/http.c @ 27:dae2de19ca5d

misc: switch to JSON everywhere
author David Demelier <markand@malikania.fr>
date Wed, 03 Aug 2022 15:18:09 +0200
parents 7e10cace67a3
children 695637f1d8a7
line wrap: on
line diff
--- a/scid/http.c	Tue Aug 02 13:24:13 2022 +0200
+++ b/scid/http.c	Wed Aug 03 15:18:09 2022 +0200
@@ -19,8 +19,9 @@
 #include <sys/types.h>
 #include <assert.h>
 #include <stdarg.h>
+#include <stdint.h>
+#include <stdio.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <string.h>
 
 #include <kcgi.h>