summaryrefslogtreecommitdiff
path: root/ares_strdup.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-02 11:55:53 +0000
committerYang Tse <yangsita@gmail.com>2009-11-02 11:55:53 +0000
commita82a8fbf821734dd5167ac2e83acfb4d6646e9fe (patch)
treef0bd19228067911dd26296a83d42ef80184c225b /ares_strdup.h
parentbfca740909d84f82638ed1a7a7e4e9da25a15994 (diff)
downloadc-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.tar.gz
c-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.tar.bz2
c-ares-a82a8fbf821734dd5167ac2e83acfb4d6646e9fe.zip
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares_strdup.h')
-rw-r--r--ares_strdup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_strdup.h b/ares_strdup.h
index 33df619..980da52 100644
--- a/ares_strdup.h
+++ b/ares_strdup.h
@@ -18,7 +18,7 @@
* without express or implied warranty.
*/
-#include "setup.h"
+#include "ares_setup.h"
#ifndef HAVE_STRDUP
extern char *ares_strdup(const char *s1);