summaryrefslogtreecommitdiffstats
path: root/libc/dns
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-26 13:34:58 -0800
committerElliott Hughes <enh@google.com>2015-01-26 14:28:41 -0800
commit76f8916b904db14facf811ae44e1265261349702 (patch)
treecf49d5313eb0e5a05463dbe519de48d4fddf84a9 /libc/dns
parent419ed122aa21cf04334f21baab135ac4f9f49840 (diff)
downloadbionic-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.c1
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>