diff options
| author | christos <christos@NetBSD.org> | 2023-07-03 18:50:42 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2023-07-03 18:50:42 +0000 |
| commit | b16761f898d61c9a55b63f495693c1df8f8542e0 (patch) | |
| tree | 6e9f131096b62195bf87e029b2d987812030e359 | |
| parent | d9c60d43e3de0cdaeeb69b1023f4d41ed1e698bc (diff) | |
PR/57500: Palle Lyckegaard: include missing tools/compat/regex.h for
__{BEGIN,END}_DECLS.
| -rw-r--r-- | tools/compat/regex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/compat/regex.h b/tools/compat/regex.h index 1619a9da609..d044d436c25 100644 --- a/tools/compat/regex.h +++ b/tools/compat/regex.h @@ -1,3 +1,4 @@ -/* $NetBSD: regex.h,v 1.5 2018/03/11 18:32:43 christos Exp $ */ +/* $NetBSD: regex.h,v 1.6 2023/07/03 18:50:42 christos Exp $ */ +#include "nbtool_config.h" #include "../../include/regex.h" |
