diff options
Diffstat (limited to 'lib/libc/rpc/key_call.c')
-rw-r--r-- | lib/libc/rpc/key_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/key_call.c b/lib/libc/rpc/key_call.c index 86cd597..ef0f241 100644 --- a/lib/libc/rpc/key_call.c +++ b/lib/libc/rpc/key_call.c @@ -46,8 +46,8 @@ static char rcsid[] = * gendeskey(deskey) - generate a secure des key */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <stdio.h> #include <stdlib.h> #include <unistd.h> |