util/nvmutil: typeset size_t explicitly

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-16 15:40:05 +00:00
parent ae43dc391f
commit 6c37d2aa4b
+3
View File
@@ -234,6 +234,9 @@ also consider:
#include <time.h>
#include <unistd.h>
typedef long ssize_t;
typedef unsigned long size_t;
typedef unsigned char u8;
typedef unsigned short ushort;
typedef unsigned int uint;