diff mbox series

[ima-evm-utils] Fix missing {u,g}id_t typedef on musl

Message ID 20200722193246.13140-1-petr.vorel@gmail.com (mailing list archive)
State New, archived
Headers show
Series [ima-evm-utils] Fix missing {u,g}id_t typedef on musl | expand

Commit Message

Petr Vorel July 22, 2020, 7:32 p.m. UTC
Fixes: 273701a ("evmctl - IMA/EVM control tool")

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Hi Mimi,

one more fix, musl related this time.

Kind regards,
Petr

 src/imaevm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 <syslog.h>
 #include <stdbool.h>
 #include <errno.h>
-
+#include <sys/types.h>
 #include <openssl/rsa.h>
 
 #ifdef USE_FPRINTF