commit | 76f8916b904db14facf811ae44e1265261349702 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Jan 26 13:34:58 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Jan 26 14:28:41 2015 -0800 |
tree | cf49d5313eb0e5a05463dbe519de48d4fddf84a9 | |
parent | 419ed122aa21cf04334f21baab135ac4f9f49840 [diff] [blame] |
Clean up <stdlib.h> slightly. Interestingly, this mostly involves cleaning up our implementation of various <string.h> functions. Change-Id: Ifaef49b5cb997134f7bc0cc31bdac844bdb9e089
diff --git a/libc/bionic/syslog.cpp b/libc/bionic/syslog.cpp index d8b8b19..8e3f34f 100644 --- a/libc/bionic/syslog.cpp +++ b/libc/bionic/syslog.cpp
@@ -16,6 +16,7 @@ #include <errno.h> #include <stdlib.h> +#include <string.h> #include <syslog.h> #include "private/libc_logging.h"