diff options
Diffstat (limited to 'nfsd/loop.c')
-rw-r--r-- | nfsd/loop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nfsd/loop.c b/nfsd/loop.c index f2d6d546..d94c5d10 100644 --- a/nfsd/loop.c +++ b/nfsd/loop.c @@ -23,14 +23,14 @@ #include "nfsd.h" -#include <rpc/pmap_prot.h> #include "../nfs/mount.h" -#undef TRUE -#undef FALSE #define malloc spoogie_woogie /* barf */ -#include <rpc/xdr.h> #include <rpc/types.h> +#include <rpc/xdr.h> +#undef TRUE +#undef FALSE +#include <rpc/pmap_prot.h> #include <rpc/auth.h> #include <rpc/rpc_msg.h> #undef malloc |