diff --git a/src/libs/resiprocate/rutil/GenericIPAddress.hxx b/src/libs/resiprocate/rutil/GenericIPAddress.hxx index eb30a856..53bbc676 100644 --- a/src/libs/resiprocate/rutil/GenericIPAddress.hxx +++ b/src/libs/resiprocate/rutil/GenericIPAddress.hxx @@ -2,15 +2,18 @@ #define RESIP_GENERIC_IP_ADDRESS_HXX #ifndef WIN32 -#include +# include #else -#include -#include +# include +# include #endif #include "rutil/Socket.hxx" #include "rutil/compat.hxx" +#ifndef IPPROTO_IPV6 +# define IPPROTO_IPV6 +#endif namespace resip {