blob: 3f7dd0534594df8bbd16ce8ea1299ff4190fdb02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|