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 |
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
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(-)