diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-24 17:03:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-24 17:03:21 +0000 |
commit | dce32c6ce950b9687fb2c1a0571a6509fb3d2298 (patch) | |
tree | 37cb5e11ba72045e61aafe6835fbeb496003db4c /lib/libc/rpc/auth_unix.c | |
parent | ee3ec4ce820255c196ea7ad6262d51c1ad9fad8c (diff) |
fix includes
Diffstat (limited to 'lib/libc/rpc/auth_unix.c')
-rw-r--r-- | lib/libc/rpc/auth_unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index fec29c28f5d..50ba106ba0d 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_unix.c,v 1.11 1998/12/20 23:45:41 millert Exp $"; +static char *rcsid = "$OpenBSD: auth_unix.c,v 1.12 2000/08/24 17:03:20 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -50,6 +50,7 @@ static char *rcsid = "$OpenBSD: auth_unix.c,v 1.11 1998/12/20 23:45:41 millert E #include <rpc/types.h> #include <rpc/xdr.h> +#include <rpc/rpc.h> #include <rpc/auth.h> #include <rpc/auth_unix.h> |