diff options
Diffstat (limited to 'sunrpc/pmap_rmt.c')
-rw-r--r-- | sunrpc/pmap_rmt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index e54fe14470..c036d889ef 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -44,12 +44,13 @@ #include <sys/socket.h> #include <stdio.h> #include <errno.h> -#undef _POSIX_SOURCE /* Ultrix <sys/param.h> needs --roland@gnu */ -#include <sys/param.h> /* Ultrix needs before net/if --roland@gnu */ +#include <sys/param.h> #include <net/if.h> #include <ifaddrs.h> #include <sys/ioctl.h> #include <arpa/inet.h> +#include <shlib-compat.h> + #define MAX_BROADCAST_SIZE 1400 extern u_long _create_xid (void); |