aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit108b414bb86022a419b9f0346477b8fe64cad646 (patch)
tree77f5a68be4ff1f40979c22c0cfc30d232376ed9f /ares/ares_strdup.h
parentbe7af8beaa0c15ea83ac9d5496538185ba752db2 (diff)
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares/ares_strdup.h')
-rw-r--r--ares/ares_strdup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_strdup.h b/ares/ares_strdup.h
index 33df619bc..980da5263 100644
--- a/ares/ares_strdup.h
+++ b/ares/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);