summaryrefslogtreecommitdiffstats
path: root/src/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.h b/src/expr.h
index 1628cac..356689d 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -9,9 +9,9 @@
#define BFS_EXPR_H
#include "color.h"
+#include "config.h"
#include "eval.h"
#include "stat.h"
-#include <stdbool.h>
#include <stddef.h>
#include <sys/types.h>
#include <time.h>