mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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:
@@ -22,6 +22,7 @@
|
||||
#ifdef __OpenBSD__
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user