diff options
author | Elliott Hughes <enh@google.com> | 2015-01-26 13:34:58 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-26 14:28:41 -0800 |
commit | 76f8916b904db14facf811ae44e1265261349702 (patch) | |
tree | cf49d5313eb0e5a05463dbe519de48d4fddf84a9 /libc/bionic/error.cpp | |
parent | 419ed122aa21cf04334f21baab135ac4f9f49840 (diff) | |
download | android_bionic-76f8916b904db14facf811ae44e1265261349702.tar.gz android_bionic-76f8916b904db14facf811ae44e1265261349702.tar.bz2 android_bionic-76f8916b904db14facf811ae44e1265261349702.zip |
Clean up <stdlib.h> slightly.
Interestingly, this mostly involves cleaning up our implementation of
various <string.h> functions.
Change-Id: Ifaef49b5cb997134f7bc0cc31bdac844bdb9e089
Diffstat (limited to 'libc/bionic/error.cpp')
-rw-r--r-- | libc/bionic/error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/bionic/error.cpp b/libc/bionic/error.cpp index 9f4d0eef8..e8df0e0e3 100644 --- a/libc/bionic/error.cpp +++ b/libc/bionic/error.cpp @@ -31,6 +31,7 @@ #include <errno.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> unsigned int error_message_count = 0; void (*error_print_progname)(void) = NULL; |