summaryrefslogtreecommitdiff
path: root/include/rpc/auth_unix.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 02:27:18 +0000
commit48ea0bec18feafd62cc2f7df74234da2e504e86a (patch)
tree06c901b37e9f1535a72cd438fa75be9f98adaa7a /include/rpc/auth_unix.h
parent89ee8ac3d677a0ff0d0c85ee38f1374fa4fe7c5e (diff)
Notes
Diffstat (limited to 'include/rpc/auth_unix.h')
-rw-r--r--include/rpc/auth_unix.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 664f798dbeb6..4d71ea44be05 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -28,7 +28,7 @@
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
- * $Id$
+ * $Id: auth_unix.h,v 1.6 1997/02/23 09:17:21 peter Exp $
*/
/*
@@ -47,6 +47,9 @@
#ifndef _RPC_AUTH_UNIX_H
#define _RPC_AUTH_UNIX_H
#include <sys/cdefs.h>
+#include <rpc/types.h>
+#include <rpc/xdr.h>
+#include <rpc/auth.h>
/* The machine name is part of a credential; it may not exceed 255 bytes */
#define MAX_MACHINE_NAME 255