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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes: 273701a ("evmctl - IMA/EVM control tool")

Signed-off-by: Petr Vorel <petr.vorel@xxxxxxxxx>
---
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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux