summaryrefslogtreecommitdiff
path: root/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
commita82a8fbf821734dd5167ac2e83acfb4d6646e9fe (patch)
treef0bd19228067911dd26296a83d42ef80184c225b /inet_net_pton.c
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 'inet_net_pton.c')
-rw-r--r--inet_net_pton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet_net_pton.c b/inet_net_pton.c
index 84a1dc5..1e278a7 100644
--- a/inet_net_pton.c
+++ b/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>