diff options
Diffstat (limited to 'lib/libc/rpc/clnt_generic.c')
-rw-r--r-- | lib/libc/rpc/clnt_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_generic.c b/lib/libc/rpc/clnt_generic.c index 696ea54..f1f9364 100644 --- a/lib/libc/rpc/clnt_generic.c +++ b/lib/libc/rpc/clnt_generic.c @@ -40,8 +40,8 @@ static char *rcsid = "$FreeBSD$"; /* * Copyright (c) 1986-1991 by Sun Microsystems Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> |