From 7964694e1e43cac99b51b1c8c7908fb3d90df76a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 30 Oct 2020 12:25:24 +0100 Subject: api: elevate only when needed for system operations Signed-off-by: Jason A. Donenfeld --- api/pch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/pch.h') diff --git a/api/pch.h b/api/pch.h index 3898a76..bb5b3a1 100644 --- a/api/pch.h +++ b/api/pch.h @@ -8,6 +8,7 @@ #include "adapter.h" #include "atomic.h" #include "api.h" +#include "elevate.h" #include "logger.h" #include "namespace.h" #include "nci.h" -- cgit v1.2.3-59-g8ed1b