From f251b03175d5f58f4adbfd84dc29ab0a87cc71cb Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Thu, 2 Mar 2006 22:42:56 +0000 Subject: [PATCH] sysincludes-first-20060302 afs/sysincludes before other sys includes, please. --- src/rx/xdr_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx/xdr_rx.c b/src/rx/xdr_rx.c index dbeb6f5ef7..fe79fbd161 100644 --- a/src/rx/xdr_rx.c +++ b/src/rx/xdr_rx.c @@ -22,6 +22,7 @@ RCSID ("$Header$"); #ifdef KERNEL +#include "afs/sysincludes.h" #ifndef UKERNEL #include "h/types.h" #include "h/uio.h" @@ -49,7 +50,6 @@ RCSID #include "rx/xdr.h" #include "netinet/in.h" #else /* !UKERNEL */ -#include "afs/sysincludes.h" #include "rpc/types.h" #include "rpc/xdr.h" #endif /* !UKERNEL */