fuzzing: HAVE_CONFIG_H may not be defined so cannot include ares_setup.h. Its not needed even though we include ares_nameser.h

pull/394/head
bradh352 4 years ago
parent 796e4d6575
commit a7231d707e
  1. 1
      test/ares-test-fuzz-name.c

@ -2,7 +2,6 @@
#include <stdlib.h>
#include <string.h>
#include "ares_setup.h"
#include "ares.h"
// Include ares internal file for DNS protocol constants
#include "ares_nameser.h"

Loading…
Cancel
Save