diff options
Diffstat (limited to 'lib/libc/rpc/clnt_simple.c')
-rw-r--r-- | lib/libc/rpc/clnt_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_simple.c b/lib/libc/rpc/clnt_simple.c index 09b65fc..f8c29d0 100644 --- a/lib/libc/rpc/clnt_simple.c +++ b/lib/libc/rpc/clnt_simple.c @@ -44,8 +44,8 @@ static char *rcsid = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/param.h> #include <stdio.h> #include <errno.h> |