aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-17 14:05:10 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-17 14:05:10 -0700
commit378e94090f5fb61b6c1e35b99e597dfca61ef7a9 (patch)
treec8a8e2f0b278b46150315db09e603633f2e48aab /bp.c
parent0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (diff)
Factored debug visualization into its own file
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bp.c b/bp.c
index 5a0da1b..8bc9283 100644
--- a/bp.c
+++ b/bp.c
@@ -24,6 +24,7 @@
#include "files.h"
#include "json.h"
#include "match.h"
+#include "matchviz.h"
#include "pattern.h"
#include "print.h"
#include "utils.h"