diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-01-29 16:24:44 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-01-29 16:24:44 -0500 |
commit | 08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1 (patch) | |
tree | 1c4ff9c873176f6096597875f8141f3af42c21eb /eval.c | |
parent | e89b125d341c9ade21a6aef97ea5ed8aa3084c93 (diff) | |
download | bfs-08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1.tar.xz |
Standardize WITH_* make variables for configuring dependencies
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ #include "time.h" #include "trie.h" #include "util.h" -#include "regexp.h" +#include "regex.h" #include <assert.h> #include <errno.h> #include <fcntl.h> |