From 6a29bb1ebe62ada2dad5fb50f84f23a497cd677a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 21 Nov 2014 21:49:05 -0600 Subject: A patch against your current ToT that builds in AOSP master. --- toys/other/pivot_root.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toys/other/pivot_root.c') diff --git a/toys/other/pivot_root.c b/toys/other/pivot_root.c index 3e4beacb..9a1f56ca 100644 --- a/toys/other/pivot_root.c +++ b/toys/other/pivot_root.c @@ -22,7 +22,8 @@ config PIVOT_ROOT #define FOR_pivot_root #include "toys.h" -#include +#include +#include void pivot_root_main(void) { -- cgit v1.2.3