diff options
Diffstat (limited to 'inc/print.h')
-rw-r--r-- | inc/print.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/print.h b/inc/print.h index 9885f57..30f67d4 100644 --- a/inc/print.h +++ b/inc/print.h @@ -5,8 +5,10 @@ #define BLOC_PRINT_H #include <term.h> +#include <parse.h> void print_bruijn(struct term *term); void print_blc(struct term *term); +void print_bloc(struct bloc_parsed *bloc); #endif |