diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c index 9fcd4d95fcf5..ea96d156b7ac 100644 --- a/usr.bin/tar/subst.c +++ b/usr.bin/tar/subst.c @@ -34,6 +34,10 @@ __FBSDID("$FreeBSD$"); #include #include +#ifndef REG_BASIC +#define REG_BASIC 0 +#endif + struct subst_rule { struct subst_rule *next; regex_t re;