aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyaddr.c
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_gethostbyaddr.c
parentbe7af8beaa0c15ea83ac9d5496538185ba752db2 (diff)
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares/ares_gethostbyaddr.c')
-rw-r--r--ares/ares_gethostbyaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c
index 63abc85e4..cafb15e1d 100644
--- a/ares/ares_gethostbyaddr.c
+++ b/ares/ares_gethostbyaddr.c
@@ -14,7 +14,7 @@
* this software for any purpose. It is provided "as is"
* without express or implied warranty.
*/
-#include "setup.h"
+#include "ares_setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>