diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-04-02 21:41:44 +0000 |
| commit | 9f5afc134f0b1f87d1e6dfcaff8452332b12bf5c (patch) | |
| tree | d315e08adb778e394a4f146ec7b78f3a29f3e72f /lib/libc/rpc/svc_auth.c | |
| parent | a7d51bb8c8dbe9b442bd20578893ead05024f6ce (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc/svc_auth.c')
| -rw-r--r-- | lib/libc/rpc/svc_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_auth.c b/lib/libc/rpc/svc_auth.c index 48d65b0a839b..d36ea7974e99 100644 --- a/lib/libc/rpc/svc_auth.c +++ b/lib/libc/rpc/svc_auth.c @@ -46,8 +46,8 @@ static const char rcsid[] = "$FreeBSD$"; * */ -#include "reentrant.h" #include "namespace.h" +#include "reentrant.h" #include <sys/types.h> #include <rpc/rpc.h> #include <stdlib.h> |
