diff options
Diffstat (limited to 'fastbootd/commands/boot.c')
-rw-r--r-- | fastbootd/commands/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastbootd/commands/boot.c b/fastbootd/commands/boot.c index 922914bc6..bb939176d 100644 --- a/fastbootd/commands/boot.c +++ b/fastbootd/commands/boot.c @@ -33,6 +33,7 @@ #include <stdio.h> #include <string.h> #include <fcntl.h> +#include <malloc.h> #include <unistd.h> #include "boot.h" |