MacOS - legacy versions: add fcntl.h to prevent undefined symbols for config change detection

pull/775/head
Brad House 6 months ago
parent afeb4472e7
commit 044e6bdf74
  1. 1
      src/lib/ares_event_configchg.c

@ -260,6 +260,7 @@ done:
# include <unistd.h>
# include <notify.h>
# include <dlfcn.h>
# include <fcntl.h>
struct ares_event_configchg {
int fd;

Loading…
Cancel
Save