diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-02 11:55:53 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-02 11:55:53 +0000 |
commit | 108b414bb86022a419b9f0346477b8fe64cad646 (patch) | |
tree | 77f5a68be4ff1f40979c22c0cfc30d232376ed9f /ares/ares_parse_txt_reply.c | |
parent | be7af8beaa0c15ea83ac9d5496538185ba752db2 (diff) | |
download | curl-108b414bb86022a419b9f0346477b8fe64cad646.tar.gz |
Renamed c-ares setup.h to ares_setup.h
Diffstat (limited to 'ares/ares_parse_txt_reply.c')
-rw-r--r-- | ares/ares_parse_txt_reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/ares_parse_txt_reply.c b/ares/ares_parse_txt_reply.c index 6a83b0709..583b64f1c 100644 --- a/ares/ares_parse_txt_reply.c +++ b/ares/ares_parse_txt_reply.c @@ -17,7 +17,7 @@ * without express or implied warranty. */ -#include "setup.h" +#include "ares_setup.h" #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> |