diff --git a/init/tokenizer.cpp b/init/tokenizer.cpp index bb143f18a..7e05a0a74 100644 --- a/init/tokenizer.cpp +++ b/init/tokenizer.cpp @@ -1,5 +1,7 @@ #include "tokenizer.h" +#include + namespace android { namespace init { @@ -106,6 +108,7 @@ textresume: continue; } x++; + FALLTHROUGH_INTENDED; case '\n': /* \ -> line continuation */ state->line++;