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 | a82a8fbf821734dd5167ac2e83acfb4d6646e9fe (patch) | |
tree | f0bd19228067911dd26296a83d42ef80184c225b /ares_timeout.c | |
parent | bfca740909d84f82638ed1a7a7e4e9da25a15994 (diff) | |
download | c-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 'ares_timeout.c')
-rw-r--r-- | ares_timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_timeout.c b/ares_timeout.c index 18ef6e8..72ea0dc 100644 --- a/ares_timeout.c +++ b/ares_timeout.c @@ -15,7 +15,7 @@ * without express or implied warranty. */ -#include "setup.h" +#include "ares_setup.h" #ifdef HAVE_SYS_TIME_H #include <sys/time.h> |