diff options
Diffstat (limited to 'net/tcpview/files/patch-print-sunrpc.c')
-rw-r--r-- | net/tcpview/files/patch-print-sunrpc.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/tcpview/files/patch-print-sunrpc.c b/net/tcpview/files/patch-print-sunrpc.c new file mode 100644 index 000000000000..3f7dd0534594 --- /dev/null +++ b/net/tcpview/files/patch-print-sunrpc.c @@ -0,0 +1,14 @@ +--- print-sunrpc.c.orig 1993-04-22 20:40:27 UTC ++++ print-sunrpc.c +@@ -38,10 +38,10 @@ static char rcsid[] = + #include <sys/time.h> + #include <errno.h> + #include <rpc/types.h> ++#include <rpc/xdr.h> + #include <rpc/auth.h> + #include <rpc/auth_unix.h> + #include <rpc/svc.h> +-#include <rpc/xdr.h> + #include <rpc/rpc_msg.h> + + #include <rpc/pmap_prot.h> |