summaryrefslogtreecommitdiffstats
path: root/src/fib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fib.c')
-rw-r--r--src/fib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fib.c b/src/fib.c
index 069411f0..9a19cc34 100644
--- a/src/fib.c
+++ b/src/fib.c
@@ -105,6 +105,7 @@ static const struct expr_ops fib_expr_ops = {
.type = EXPR_FIB,
.name = "fib",
.print = fib_expr_print,
+ .json = fib_expr_json,
.cmp = fib_expr_cmp,
.clone = fib_expr_clone,
};