summaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statement.c b/src/statement.c
index 72455522..9ca7e208 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -268,6 +268,7 @@ static const struct stmt_ops last_stmt_ops = {
.type = STMT_LAST,
.name = "last",
.print = last_stmt_print,
+ .json = last_stmt_json,
};
struct stmt *last_stmt_alloc(const struct location *loc)