util/nvmutil: include time.h after types.h

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 14:16:11 +00:00
parent 922344e81e
commit 1ad9ffb482
+1 -1
View File
@@ -26,8 +26,8 @@
#ifdef __OpenBSD__
#include <sys/param.h>
#endif
#include <sys/time.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <errno.h>