diff options
Diffstat (limited to 'bootloader.cpp')
-rw-r--r-- | bootloader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader.cpp b/bootloader.cpp index d23d1e9cd..b5b20e9c9 100644 --- a/bootloader.cpp +++ b/bootloader.cpp @@ -30,6 +30,7 @@ extern "C" { #include <string.h> #include <sys/stat.h> #include <unistd.h> +#include <stdlib.h> // fake Volume struct that allows us to use the AOSP code easily struct Volume |