Fix to << uint32_t has not been declared >>

This commit is contained in:
alefnode
2023-05-04 09:15:29 +02:00
parent 77b48f092a
commit df63d7c21c
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <stdint.h>
#include "utils.h"
#include "gpt-utils.h"