aboutsummaryrefslogtreecommitdiff
path: root/src/json-gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/json-gram.y')
-rw-r--r--src/json-gram.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json-gram.y b/src/json-gram.y
index 4d5ae0f..fe8996b 100644
--- a/src/json-gram.y
+++ b/src/json-gram.y
@@ -19,11 +19,11 @@
# include <config.h>
#endif
#include "grecs.h"
-#include <grecs-locus.h>
#include <string.h>
#include <errno.h>
+#include <stdlib.h>
#include "json-gram.h"
-#include "json.h"
+#include "grecs/json.h"
struct json_value *json_return_obj;

Return to:

Send suggestions and report system problems to the System administrator.