aboutsummaryrefslogtreecommitdiff
path: root/ares/adig.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-04-16 09:01:16 +0000
committerYang Tse <yangsita@gmail.com>2007-04-16 09:01:16 +0000
commit0563a7a9238843b5c4a0338452999c8c26623198 (patch)
tree211ce60c12203bd52b9b054a77eb60e5f8b4488b /ares/adig.c
parent945ba7cb7ed834762400b832d3201d4dbbb8679a (diff)
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
Diffstat (limited to 'ares/adig.c')
-rw-r--r--ares/adig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/adig.c b/ares/adig.c
index 446d55bc5..3a5c63efd 100644
--- a/ares/adig.c
+++ b/ares/adig.c
@@ -42,6 +42,7 @@
#include "ares.h"
#include "ares_dns.h"
#include "inet_ntop.h"
+#include "ares_getopt.h"
#ifdef WATT32
#undef WIN32 /* Redefined in MingW headers */