aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
commit3acf397e6d772778490d7da9f33f3a8f939c9efd (patch)
tree28b8ba262bb1b40670f87e55b183acf2f3bda6bd /utils.c
parent2fb68fa97f096e5bd0f3ff81d31c3bc61719ae8a (diff)
Imports cleanup and removing FILE* parameter from json
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 05eaec3..2cc5258 100644
--- a/utils.c
+++ b/utils.c
@@ -1,6 +1,10 @@
/*
* utils.c - Some helper code for debugging and error logging.
*/
+
+#include <ctype.h>
+#include <unistd.h>
+
#include "utils.h"
/*