Skip to content

Commit

Permalink
Compile fix taken from nodejs/node#36207
Browse files Browse the repository at this point in the history
  • Loading branch information
lxdicted committed Nov 25, 2020
1 parent 14933d3 commit e250667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/ares_process.c
Expand Up @@ -60,6 +60,9 @@
#include "ares_nowarn.h"
#include "ares_private.h"

#ifndef T_OPT
# define T_OPT 41 /* EDNS0 option (meta-RR) */
#endif

static int try_again(int errnum);
static void write_tcp_data(ares_channel channel, fd_set *write_fds,
Expand Down

0 comments on commit e250667

Please sign in to comment.