diff --git a/libnetutil/netutil.cc b/libnetutil/netutil.cc index 9725ff6df..1a2893735 100644 --- a/libnetutil/netutil.cc +++ b/libnetutil/netutil.cc @@ -87,6 +87,10 @@ * * ***************************************************************************/ +/* Since OS X 10.7, we must declare whether we expect RFC 2292 or RFC 3542 + behavior from . */ +#define __APPLE_USE_RFC_3542 + #if HAVE_CONFIG_H #include "../nmap_config.h" #endif