diff options
Diffstat (limited to 'lib/libc/rpc/auth_des.c')
-rw-r--r-- | lib/libc/rpc/auth_des.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c index e154cd2..e7aef64 100644 --- a/lib/libc/rpc/auth_des.c +++ b/lib/libc/rpc/auth_des.c @@ -33,8 +33,8 @@ /* * auth_des.c, client-side implementation of DES authentication */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <err.h> #include <errno.h> #include <string.h> |