summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-07 12:47:09 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-07 13:49:14 +0100
commit051a41d49b4f7f32bbc9a244ddcf3827faef0af5 (patch)
tree209a7b788894827cf78f70f41b8a996311d098f3
parentcbfbe782993f041872b1cd6388941242697549da (diff)
fix(emitjson): add missing header inclusions
-rw-r--r--warteraum/emitjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/warteraum/emitjson.h b/warteraum/emitjson.h
index 1f59bf3..798b079 100644
--- a/warteraum/emitjson.h
+++ b/warteraum/emitjson.h
@@ -3,6 +3,7 @@
 
 #include <stdbool.h>
 #include <stdint.h>
+#include <stdio.h>
 
 struct ej_context {
   FILE *out;