diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-12 14:16:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-12 14:16:11 +0000 |
| commit | 1ad9ffb48288420dacab9c519c7b5646ae55d4be (patch) | |
| tree | ceb78280b9b14eaddc37a7b7ad75efb29cb3e980 | |
| parent | 922344e81e91b1c5f686bdd9f669d5f884624a69 (diff) | |
util/nvmutil: include time.h after types.h
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index aa3e9192..06ef681f 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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> |
