From dce32c6ce950b9687fb2c1a0571a6509fb3d2298 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 24 Aug 2000 17:03:21 +0000 Subject: fix includes --- lib/libc/rpc/auth_none.c | 3 ++- lib/libc/rpc/auth_unix.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/rpc/auth_none.c b/lib/libc/rpc/auth_none.c index fb1745efe6b..3f95ca5de58 100644 --- a/lib/libc/rpc/auth_none.c +++ b/lib/libc/rpc/auth_none.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: auth_none.c,v 1.4 1998/12/20 23:45:41 millert Exp $"; +static char *rcsid = "$OpenBSD: auth_none.c,v 1.5 2000/08/24 17:03:19 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -41,6 +41,7 @@ static char *rcsid = "$OpenBSD: auth_none.c,v 1.4 1998/12/20 23:45:41 millert Ex #include #include +#include #include #include #define MAX_MARSHEL_SIZE 20 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 #include +#include #include #include -- cgit v1.2.3