diff options
author | 2009-01-09 17:51:23 -0800 | |
---|---|---|
committer | 2009-01-09 17:51:23 -0800 | |
commit | b798689749c64baba81f02e10cf2157c747d6b46 (patch) | |
tree | da394a395ddb1a6cf69193314846b03fe47a397e /tools/aidl/options.cpp | |
parent | f013e1afd1e68af5e3b868c26a653bbfb39538f8 (diff) |
auto import from //branches/cupcake/...@125939
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() { |