All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils] Fix missing {u,g}id_t typedef on musl
@ 2020-07-22 19:32 Petr Vorel
  0 siblings, 0 replies; only message in thread
From: Petr Vorel @ 2020-07-22 19:32 UTC (permalink / raw)
  To: linux-integrity; +Cc: Petr Vorel, Mimi Zohar

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 --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
-- 
2.27.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-22 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 19:32 [PATCH ima-evm-utils] Fix missing {u,g}id_t typedef on musl Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.