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
@@ -15,14 +15,15 @@
with Grecs. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# 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)
{
size_t len = strlen(str);
fmt->write(fmt->data, str, len);

Return to:

Send suggestions and report system problems to the System administrator.