summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-07-03 18:50:42 +0000
committerchristos <christos@NetBSD.org>2023-07-03 18:50:42 +0000
commitb16761f898d61c9a55b63f495693c1df8f8542e0 (patch)
tree6e9f131096b62195bf87e029b2d987812030e359 /tools
parentd9c60d43e3de0cdaeeb69b1023f4d41ed1e698bc (diff)
PR/57500: Palle Lyckegaard: include missing tools/compat/regex.h for
__{BEGIN,END}_DECLS.
Diffstat (limited to 'tools')
-rw-r--r--tools/compat/regex.h3
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"