summaryrefslogtreecommitdiffstats
path: root/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.c')
-rw-r--r--ctx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ctx.c b/ctx.c
index 2fc7cb1..26619d7 100644
--- a/ctx.c
+++ b/ctx.c
@@ -15,15 +15,17 @@
****************************************************************************/
#include "ctx.h"
+#include "color.h"
#include "darray.h"
#include "diag.h"
#include "expr.h"
#include "mtab.h"
#include "pwcache.h"
+#include "stat.h"
#include "trie.h"
-#include <assert.h>
#include <errno.h>
#include <limits.h>
+#include <stdio.h>
#include <stdlib.h>
struct bfs_ctx *bfs_ctx_new(void) {