'libipadm.h' not present in Solaris 11.3
While using getifaddrs() library function, the output was not consistent with secondary IP address assigned to physical interface.
Searching online got ipadm_addr_info() alternate function for getifaddrs(). In solaris I found libipadm.so exists.
When I started writing sample utility using ipadm_addr_info() , i found libipadm.h header is not present in my system (solaris 11.3).
Please help me on, how to get this header installed in solaris 11.3 or 11.x?