util/nvmutil: include sys/types.h

some older systems need it for pread/pwrite

it must come before stat.h

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 16:33:13 +00:00
parent 31bd21a466
commit 48b8be7a24
+1
View File
@@ -22,6 +22,7 @@
#ifdef __OpenBSD__
#include <sys/param.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>