diff options
author | Marvin Borner | 2023-04-13 16:44:53 +0200 |
---|---|---|
committer | Marvin Borner | 2023-04-13 16:44:53 +0200 |
commit | 43996255f614ac57deb2fc0666f221853c60b343 (patch) | |
tree | 0d7837a2522ded082a17722f7b51fd305918bac4 /inc/build.h | |
parent | 3fec61c52b2636397012b82219e1ae5d19fc9fc0 (diff) |
Options and fixes
Diffstat (limited to 'inc/build.h')
-rw-r--r-- | inc/build.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/build.h b/inc/build.h index fe41e11..4e9d634 100644 --- a/inc/build.h +++ b/inc/build.h @@ -5,8 +5,8 @@ #define BLOC_BUILD_H #include <spec.h> -#include <term.h> +#include <tree.h> -void write_bloc(struct term *term, const char *path); +void write_bloc(struct list *table, const char *path); #endif |