diff options
Diffstat (limited to 'lib/libc/rpc/getnetconfig.c')
-rw-r--r-- | lib/libc/rpc/getnetconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/getnetconfig.c b/lib/libc/rpc/getnetconfig.c index 36ea793..3fbb39a 100644 --- a/lib/libc/rpc/getnetconfig.c +++ b/lib/libc/rpc/getnetconfig.c @@ -40,8 +40,8 @@ static char sccsid[] = "@(#)getnetconfig.c 1.12 91/12/19 SMI"; * Copyright (c) 1989 by Sun Microsystems, Inc. */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/cdefs.h> #include <stdio.h> #include <errno.h> |