diff options
author | Stephen Hines <srhines@google.com> | 2014-10-01 23:04:55 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-01 23:04:55 +0000 |
commit | 4acabfee9e00962be02d06a6771da2e7ade20859 (patch) | |
tree | a487307e6723b7bd28aa4f4003e655a491e53530 /adb/commandline.c | |
parent | 3684c83687e449f2440d9267e0e54fbbfac87a1d (diff) | |
parent | 64f44b8444dabd69cf391d42e10d44e8e926a79d (diff) | |
download | system_core-4acabfee9e00962be02d06a6771da2e7ade20859.zip system_core-4acabfee9e00962be02d06a6771da2e7ade20859.tar.gz system_core-4acabfee9e00962be02d06a6771da2e7ade20859.tar.bz2 |
am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev
* commit '64f44b8444dabd69cf391d42e10d44e8e926a79d':
Remove obsolete reference to ddk; Fixes for -Werror
Diffstat (limited to 'adb/commandline.c')
-rw-r--r-- | adb/commandline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/commandline.c b/adb/commandline.c index 51c039e..05b4ef6 100644 --- a/adb/commandline.c +++ b/adb/commandline.c @@ -15,6 +15,7 @@ */ #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <errno.h> |