]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.c
discover/grub2: Fix free in load_env command
[petitboot] / discover / boot.c
index 0237b0c962209fe65aa8b2f394946adbc24d656f..13dfe0c9781fc5be889e48e34340cbb4e952aecd 100644 (file)
@@ -9,13 +9,13 @@
 #include <fcntl.h>
 #include <sys/types.h>
 
-#include <array-size/array-size.h>
 #include <log/log.h>
 #include <pb-protocol/pb-protocol.h>
 #include <process/process.h>
 #include <system/system.h>
 #include <talloc/talloc.h>
 #include <url/url.h>
+#include <util/util.h>
 
 #include "device-handler.h"
 #include "boot.h"