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 */