grid: pull in misc.h when TIME_REFLOW is defined

This commit is contained in:
Daniel Eklöf 2025-02-10 09:08:14 +01:00
parent 98db965813
commit 26acf41d13
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
grid.c
View file

@ -16,6 +16,10 @@
#define TIME_REFLOW 0
#if defined(TIME_REFLOW)
#include "misc.h"
#endif
/*
* "sb" (scrollback relative) coordinates
*