util/nvmutil: use even older define for pread

with this new define, we can target even older systems
from the late 90s.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 16:29:05 +00:00
parent 8fc0f4fa07
commit 31bd21a466
+3 -1
View File
@@ -15,7 +15,9 @@
* -Os -Wall -Wextra -Werror -pedantic -std=c99
*/
#define _POSIX_C_SOURCE 200809L
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 500
#endif
#ifdef __OpenBSD__
#include <sys/param.h>