diff options
Diffstat (limited to 'sunrpc/get_myaddr.c')
-rw-r--r-- | sunrpc/get_myaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/get_myaddr.c b/sunrpc/get_myaddr.c index 24407b53ec..df334e4134 100644 --- a/sunrpc/get_myaddr.c +++ b/sunrpc/get_myaddr.c @@ -42,9 +42,9 @@ #include <net/if.h> #include <ifaddrs.h> #include <sys/ioctl.h> -/* Order of following two #includes reversed by roland@gnu */ #include <netinet/in.h> #include <arpa/inet.h> +#include <shlib-compat.h> /* * don't use gethostbyname, which would invoke yellow pages |