From a7231d707e96a2a0ab3b7644d3a75676f395c4d7 Mon Sep 17 00:00:00 2001 From: bradh352 Date: Fri, 15 Jan 2021 12:51:18 -0500 Subject: [PATCH] fuzzing: HAVE_CONFIG_H may not be defined so cannot include ares_setup.h. Its not needed even though we include ares_nameser.h --- test/ares-test-fuzz-name.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ares-test-fuzz-name.c b/test/ares-test-fuzz-name.c index db9ddb5d..82df7437 100644 --- a/test/ares-test-fuzz-name.c +++ b/test/ares-test-fuzz-name.c @@ -2,7 +2,6 @@ #include #include -#include "ares_setup.h" #include "ares.h" // Include ares internal file for DNS protocol constants #include "ares_nameser.h"