From bba777d6da91eba55eb0ef6b4d2a1a2cf215fec9 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 16 Apr 2007 09:01:16 +0000 Subject: ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c --- ares_getopt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ares_getopt.c') diff --git a/ares_getopt.c b/ares_getopt.c index a14b6da..c3e81fc 100644 --- a/ares_getopt.c +++ b/ares_getopt.c @@ -44,12 +44,10 @@ * #endif */ -#include "setup.h" - #include #include #include -#include "ares.h" +#include "ares_getopt.h" /* declarations to provide consistent linkage */ extern char *optarg; -- cgit v1.2.3