diff options
Diffstat (limited to 'src/bootid.c')
-rw-r--r-- | src/bootid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootid.c b/src/bootid.c index c2f9d24..cf953d8 100644 --- a/src/bootid.c +++ b/src/bootid.c @@ -14,6 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <assert.h> #include <fcntl.h> #include <liburing.h> #include <string.h> |