aboutsummaryrefslogtreecommitdiff
path: root/src/jsonfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonfmt.c')
-rw-r--r--src/jsonfmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jsonfmt.c b/src/jsonfmt.c
index dda919b..9ccac37 100644
--- a/src/jsonfmt.c
+++ b/src/jsonfmt.c
@@ -18,8 +18,9 @@
# include <config.h>
#endif
#include <string.h>
+#include <stdlib.h>
#include "grecs.h"
-#include "json.h"
+#include "grecs/json.h"
static void
json_writez(struct json_format *fmt, char const *str)

Return to:

Send suggestions and report system problems to the System administrator.