diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 06:59:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-19 07:22:03 +0000 |
| commit | f1fda8b43eb03be951846c6df9d0be81be84808e (patch) | |
| tree | 3763a5d0fa6c056cf4fcb0e23c2204c4773bef86 /util/nvmutil/include/common.h | |
| parent | 2ed8db3adc19dd922e31082634146e159f65af2e (diff) | |
util/nvmutil: tidy up includes
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/include/common.h')
| -rw-r--r-- | util/nvmutil/include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index f9a4ba1c..881d602f 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -7,6 +7,10 @@ #ifndef COMMON_H #define COMMON_H +#include <sys/types.h> +#include <sys/stat.h> +#include <limits.h> + /* keep SYS_RENAME 1 to * use libc rename() * recommended |
