mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-06-30 21:02:33 +02:00
Fix missing {u,g}id_t typedef on musl
Fixes: 273701a
("evmctl - IMA/EVM control tool")
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
#include <syslog.h>
|
||||
#include <stdbool.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
#ifdef USE_FPRINTF
|
||||
|
Reference in New Issue
Block a user