From 6af5df835df110552fa2209a403d04e3a84d8997 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 30 Jun 2020 15:24:18 -0400 Subject: [PATCH] PR26142: Adapt to linux/vermagic.h file hiding Linux commit 51161bfc66a68 (2020-04-19) enforces a convention of not including from normal source files. Switch to , which has UTS_RELEASE, which is all that we really wanted anyway. --- runtime/linux/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/linux/runtime.h b/runtime/linux/runtime.h index 9dd9256de..cc5df8329 100644 --- a/runtime/linux/runtime.h +++ b/runtime/linux/runtime.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include -- 2.43.5