From 7f9a59c6c613ed8da2947b5e0078a8b75c4e7197 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Wed, 22 Jul 2020 21:32:46 +0200 Subject: [PATCH] Fix missing {u,g}id_t typedef on musl Fixes: 273701a ("evmctl - IMA/EVM control tool") Signed-off-by: Petr Vorel Signed-off-by: Mimi Zohar --- src/imaevm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imaevm.h b/src/imaevm.h index 30e9730..3f1db97 100644 --- a/src/imaevm.h +++ b/src/imaevm.h @@ -46,7 +46,7 @@ #include #include #include - +#include #include #ifdef USE_FPRINTF