Ticket #61314: patch-ifaddr-net_if.diff
File patch-ifaddr-net_if.diff, 350 bytes (added by iefdev (Eric F), 4 years ago) |
---|
-
services/listen_dnsport.c
old new 71 71 #include <systemd/sd-daemon.h> 72 72 #endif 73 73 74 #if __APPLE__ 75 #define HAVE_IFADDRS_H _IFADDRS_H_ 76 #define HAVE_NET_IF_H _NET_IF_H_ 77 #endif 78 74 79 #ifdef HAVE_IFADDRS_H 75 80 #include <ifaddrs.h> 76 81 #endif