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 440d6ce5ba
commit d2d2fb778a

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;