diff options
author | Stephen Hines <srhines@google.com> | 2014-10-02 13:37:26 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-02 13:37:26 +0000 |
commit | f9d61a007426f47337f9842930b15c2160281c58 (patch) | |
tree | 144f15de62285d8d41f43615b6984c4f9c7a6000 /adb/commandline.c | |
parent | 8e0b41de6f5d9ae7f207e347c078f209e828cc60 (diff) | |
parent | 4acabfee9e00962be02d06a6771da2e7ade20859 (diff) | |
download | system_core-f9d61a007426f47337f9842930b15c2160281c58.zip system_core-f9d61a007426f47337f9842930b15c2160281c58.tar.gz system_core-f9d61a007426f47337f9842930b15c2160281c58.tar.bz2 |
am 4acabfee: am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into lmp-dev
* commit '4acabfee9e00962be02d06a6771da2e7ade20859':
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> |