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 @@
19# include <config.h> 19# include <config.h>
20#endif 20#endif
21#include "grecs.h" 21#include "grecs.h"
22#include <grecs-locus.h>
23#include <string.h> 22#include <string.h>
24#include <errno.h> 23#include <errno.h>
24#include <stdlib.h>
25#include "json-gram.h" 25#include "json-gram.h"
26#include "json.h" 26#include "grecs/json.h"
27 27
28struct json_value *json_return_obj; 28struct json_value *json_return_obj;
29 29

Return to:

Send suggestions and report system problems to the System administrator.