Message ID | 20190226170910.23479-1-luca.boccassi@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [ima-evm-utils] Include sys/types.h in header to fix build with musl | expand |
diff --git a/src/imaevm.h b/src/imaevm.h index 795966a..d85db0d 100644 --- a/src/imaevm.h +++ b/src/imaevm.h @@ -44,6 +44,7 @@ #include <linux/fs.h> #include <stdint.h> #include <syslog.h> +#include <sys/types.h> #include <stdbool.h> #include <errno.h>