From 09781197b60f60afc3be62f3329d8c97623fc346 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 21 Apr 2021 11:19:39 +0200 Subject: build: make builddir include path consistent ... by referencing all autogenerated headers relative to the root directory. (90% of the changes here is `version.h`.) Signed-off-by: David Lamparter --- version.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 version.h (limited to 'version.h') diff --git a/version.h b/version.h new file mode 100644 index 0000000000..28e0238dfd --- /dev/null +++ b/version.h @@ -0,0 +1,3 @@ +#include "lib/compiler.h" +CPP_NOTICE("Trying to include version.h. Please fix to use lib/version.h.") +#include "lib/version.h" -- cgit v1.2.3