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 /util.h | |
parent | e89b125d341c9ade21a6aef97ea5ed8aa3084c93 (diff) | |
download | bfs-08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1.tar.xz |
Standardize WITH_* make variables for configuring dependencies
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |