diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include "out.h" #include "chars.h" #include "html.h" +#include "main.h" #define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) |