diff options
Diffstat (limited to 'register.h')
| -rw-r--r-- | register.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ #include <stddef.h> #include <stdbool.h> -#include "text.h" +#include "buffer.h" +/* definition has to match Buffer */ typedef struct { char *data; /* NULL if empty */ size_t len; /* current length of data */ |
