diff options
Diffstat (limited to 'src/ctx.c')
-rw-r--r-- | src/ctx.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ // SPDX-License-Identifier: 0BSD #include "ctx.h" + #include "alloc.h" #include "bfstd.h" #include "color.h" @@ -14,6 +15,7 @@ #include "stat.h" #include "trie.h" #include "xtime.h" + #include <errno.h> #include <limits.h> #include <signal.h> |