summaryrefslogtreecommitdiffstats
path: root/src/diag.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-06 17:47:23 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-11-06 17:47:23 -0500
commitb4c7112bafe9b85f3a039a8b34fef2c1f2fa3b58 (patch)
tree4dbd16b8dac10609434eb8744f95762c4d178c19 /src/diag.h
parent096884c4fe1fb922eab2797d4583ca2ae8ae2600 (diff)
downloadbfs-b4c7112bafe9b85f3a039a8b34fef2c1f2fa3b58.tar.xz
bfstd: Rename from util and reorganize it
Diffstat (limited to 'src/diag.h')
-rw-r--r--src/diag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diag.h b/src/diag.h
index 39129cc..56ad39b 100644
--- a/src/diag.h
+++ b/src/diag.h
@@ -22,7 +22,7 @@
#define BFS_DIAG_H
#include "ctx.h"
-#include "util.h"
+#include "config.h"
#include <stdarg.h>
#include <stdbool.h>