diff options
Diffstat (limited to 'tools/aidl/options.cpp')
-rw-r--r-- | tools/aidl/options.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/aidl/options.cpp b/tools/aidl/options.cpp index a8905568b5d3..57b10ae1b81b 100644 --- a/tools/aidl/options.cpp +++ b/tools/aidl/options.cpp @@ -1,6 +1,10 @@ #include "options.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + static int usage() { |