Module Name: src
Committed By: hans
Date: Sun Mar 11 10:14:04 UTC 2018
Modified Files:
src/tools/compat: regex.h
Log Message:
Fix build of tools/lex on platforms lacking sys/cdefs.h by including
nbtool_config.h in tools/compat/regex.h. Tested on illumos.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/tools/compat/regex.h:1.4
--- src/tools/compat/regex.h:1.3 Sun Mar 6 10:22:59 2016
+++ src/tools/compat/regex.h Sun Mar 11 10:14:04 2018
@@ -1,3 +1,4 @@
-/* $NetBSD: regex.h,v 1.3 2016/03/06 10:22:59 aymeric Exp $ */
+/* $NetBSD: regex.h,v 1.4 2018/03/11 10:14:04 hans Exp $ */
+#include "nbtool_config.h"
#include "../../include/regex.h"