diff options
Diffstat (limited to 'src/cccl.c')
| -rw-r--r-- | src/cccl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cccl.c b/src/cccl.c index 680ead4..e2bb788 100644 --- a/src/cccl.c +++ b/src/cccl.c @@ -8,6 +8,7 @@ #include <stdlib.h> #include <string.h> +#include "operation.h" #include "platform/getch.h" #include "utils.h" @@ -37,6 +38,7 @@ void cccl_init(s8 *filename) if (errno) die(1, strerror(errno)); pc.filename = filename; + cccl_operation_init(&pc); } void cccl_free() |