diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 3596882..007393b 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,10 @@ #include <stdio.h> +#include "block.h" + typedef struct { + block_t block; char *font; char *monitor; unsigned int height; |
