summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-27 00:12:01 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-27 00:20:58 +0200
commitd8dfc8030f2bd705881a8cce11edb4f308fb759e (patch)
tree69e61962c4fdf37ceb5bc66b413038197a27bd7f /src/parsetree.cc
parent2b9836a94c27b6be724677fc415dc6544e7f3276 (diff)
downloadragel-d8dfc8030f2bd705881a8cce11edb4f308fb759e.tar.gz
longest-match struct split between libfsm and here in ragel
Moved param check code to mainline as part of trimming down common file. NameInst structs live in libfsm and can be removed from ragel.
Diffstat (limited to 'src/parsetree.cc')
-rw-r--r--src/parsetree.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parsetree.cc b/src/parsetree.cc
index f51c35e8..f882bc2c 100644
--- a/src/parsetree.cc
+++ b/src/parsetree.cc
@@ -30,6 +30,7 @@
/* Parsing. */
#include <libfsm/ragel.h>
+#include <libfsm/action.h>
#include "parsetree.h"
#include "parsedata.h"