summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_auth.c
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2001-04-02 21:41:44 +0000
committerIan Dowse <iedowse@FreeBSD.org>2001-04-02 21:41:44 +0000
commit9f5afc134f0b1f87d1e6dfcaff8452332b12bf5c (patch)
treed315e08adb778e394a4f146ec7b78f3a29f3e72f /lib/libc/rpc/svc_auth.c
parenta7d51bb8c8dbe9b442bd20578893ead05024f6ce (diff)
Notes
Diffstat (limited to 'lib/libc/rpc/svc_auth.c')
-rw-r--r--lib/libc/rpc/svc_auth.c2
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>