Ticket #70208: patch_src-lib-ares_event_configchg.c.diff

File patch_src-lib-ares_event_configchg.c.diff, 301 bytes (added by ballapete (Peter "Pete" Dyballa), 5 months ago)

Patch to correct absence of sys/fcntl.h in src/lib/ares_event_configchg.c

  • src/lib/ares_event_configchg.c

    old new  
    260260#  include <unistd.h>
    261261#  include <notify.h>
    262262#  include <dlfcn.h>
     263#  include <sys/fcntl.h>
    263264
    264265struct ares_event_configchg {
    265266  int fd;