summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 6240b9c..98fe9f2 100644
--- a/src/color.c
+++ b/src/color.c
@@ -15,6 +15,7 @@
****************************************************************************/
#include "color.h"
+#include "bfstd.h"
#include "bftw.h"
#include "dir.h"
#include "dstring.h"
@@ -22,7 +23,6 @@
#include "fsade.h"
#include "stat.h"
#include "trie.h"
-#include "util.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>