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/dns | |
parent | 419ed122aa21cf04334f21baab135ac4f9f49840 (diff) | |
download | bionic-76f8916b904db14facf811ae44e1265261349702.zip bionic-76f8916b904db14facf811ae44e1265261349702.tar.gz bionic-76f8916b904db14facf811ae44e1265261349702.tar.bz2 |
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/dns')
-rw-r--r-- | libc/dns/resolv/res_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/dns/resolv/res_state.c b/libc/dns/resolv/res_state.c index 75bff97..7533d19 100644 --- a/libc/dns/resolv/res_state.c +++ b/libc/dns/resolv/res_state.c @@ -34,6 +34,7 @@ #include "resolv_cache.h" #include <pthread.h> #include <stdlib.h> +#include <string.h> #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include <sys/_system_properties.h> |