diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 06:59:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | 1b82927843801636031c5b00baa1b86ee3e594c2 (patch) | |
| tree | d6211e42d9afe8cfa6a762b5b7ee70a733670308 /util/nvmutil/include/common.h | |
| parent | aff629f57169efd53a62496ff5e71d6f61eedbb1 (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 |
