summaryrefslogtreecommitdiffstats
path: root/src/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-06 16:22:57 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-11-06 16:37:14 -0500
commit096884c4fe1fb922eab2797d4583ca2ae8ae2600 (patch)
tree850e214301a5fd94b7f2a3e94bd90a390739581f /src/color.h
parent46387a7dcda93e7df9f5baa3ead753c0feeff122 (diff)
downloadbfs-096884c4fe1fb922eab2797d4583ca2ae8ae2600.tar.xz
config: Split out some of util.h into a new header
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.h b/src/color.h
index edf1ef7..1b0cadb 100644
--- a/src/color.h
+++ b/src/color.h
@@ -21,7 +21,7 @@
#ifndef BFS_COLOR_H
#define BFS_COLOR_H
-#include "util.h"
+#include "config.h"
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>