aboutsummaryrefslogtreecommitdiff
path: root/ares/inet_net_pton.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/inet_net_pton.c
parentbe7af8beaa0c15ea83ac9d5496538185ba752db2 (diff)
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares/inet_net_pton.c')
-rw-r--r--ares/inet_net_pton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/inet_net_pton.c b/ares/inet_net_pton.c
index 84a1dc58f..1e278a793 100644
--- a/ares/inet_net_pton.c
+++ b/ares/inet_net_pton.c
@@ -17,7 +17,7 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "setup.h"
+#include "ares_setup.h"
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>