Module Name: src
Committed By: christos
Date: Mon Jul 3 18:50:42 UTC 2023
Modified Files:
src/tools/compat: regex.h
Log Message:
PR/57500: Palle Lyckegaard: include missing tools/compat/regex.h for
__{BEGIN,END}_DECLS.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/compat/regex.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/regex.h
diff -u src/tools/compat/regex.h:1.5 src/tools/compat/regex.h:1.6
--- src/tools/compat/regex.h:1.5 Sun Mar 11 14:32:43 2018
+++ src/tools/compat/regex.h Mon Jul 3 14:50:42 2023
@@ -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"