diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-01-29 15:06:46 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-01-29 15:06:46 -0500 |
commit | e89b125d341c9ade21a6aef97ea5ed8aa3084c93 (patch) | |
tree | f799fcd92f2b52cd3a098d9f39200b8a89b15d80 /parse.c | |
parent | 8199f5c1c599a39ba0a9c4ace0bacde95b4bb483 (diff) | |
parent | 3cdf67e77da64ba1235265836f29b228deca3642 (diff) | |
download | bfs-e89b125d341c9ade21a6aef97ea5ed8aa3084c93.tar.xz |
Merge pull request #81 from data-man:oniguruma_1
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,6 +41,7 @@ #include "time.h" #include "typo.h" #include "util.h" +#include "regexp.h" #include <assert.h> #include <errno.h> #include <fcntl.h> @@ -48,7 +49,6 @@ #include <grp.h> #include <limits.h> #include <pwd.h> -#include <regex.h> #include <stdarg.h> #include <stdbool.h> #include <stdio.h> |