summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-01-29 16:24:44 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-01-29 16:24:44 -0500
commit08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1 (patch)
tree1c4ff9c873176f6096597875f8141f3af42c21eb /util.h
parente89b125d341c9ade21a6aef97ea5ed8aa3084c93 (diff)
downloadbfs-08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1.tar.xz
Standardize WITH_* make variables for configuring dependencies
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.h b/util.h
index 893651e..c0551a2 100644
--- a/util.h
+++ b/util.h
@@ -20,7 +20,8 @@
#ifndef BFS_UTIL_H
#define BFS_UTIL_H
-#include "regexp.h"
+
+#include "regex.h"
#include <fcntl.h>
#include <fnmatch.h>
#include <stdbool.h>