summaryrefslogtreecommitdiffstats
path: root/parse.c
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 /parse.c
parente89b125d341c9ade21a6aef97ea5ed8aa3084c93 (diff)
downloadbfs-08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1.tar.xz
Standardize WITH_* make variables for configuring dependencies
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 2bf5992..acab8d5 100644
--- a/parse.c
+++ b/parse.c
@@ -41,7 +41,7 @@
#include "time.h"
#include "typo.h"
#include "util.h"
-#include "regexp.h"
+#include "regex.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>