summaryrefslogtreecommitdiff
path: root/zwgc/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/main.h')
-rw-r--r--zwgc/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zwgc/main.h b/zwgc/main.h
index ef9146e..38ed1bd 100644
--- a/zwgc/main.h
+++ b/zwgc/main.h
@@ -19,6 +19,12 @@
#ifndef main_MODULE
#define main_MODULE
+#ifdef HAVE_ARES
+#include <ares.h>
+
+extern ares_channel achannel;
+#endif
+
extern char *progname;
extern char *subscriptions_filename_override;
extern char *location_override;