aboutsummaryrefslogtreecommitdiff
path: root/src/json-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/json-lex.l')
-rw-r--r--src/json-lex.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json-lex.l b/src/json-lex.l
index 1ab6f74..169cf32 100644
--- a/src/json-lex.l
+++ b/src/json-lex.l
@@ -23,9 +23,8 @@
23 along with Grecs. If not, see <http://www.gnu.org/licenses/>. */ 23 along with Grecs. If not, see <http://www.gnu.org/licenses/>. */
24 24
25#include "grecs.h" 25#include "grecs.h"
26#include <grecs-locus.h>
27#include "json-gram.h" 26#include "json-gram.h"
28#include "json.h" 27#include "grecs/json.h"
29 28
30static char const *input_ptr; 29static char const *input_ptr;
31static size_t input_size; 30static size_t input_size;

Return to:

Send suggestions and report system problems to the System administrator.