diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 01:08:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-09 01:08:58 +0000 |
commit | 2f44868befb3b820255d0c12c2faae04cfcd2fe7 (patch) | |
tree | da72e56df4e4995be92ab233ba5ff6cbebd31339 /lib/libc/nls | |
parent | 96645b36554924af429d15a6fd1421c970878795 (diff) |
Clean up some -Wall flowers.
Diffstat (limited to 'lib/libc/nls')
-rw-r--r-- | lib/libc/nls/catclose.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/nls/catclose.c b/lib/libc/nls/catclose.c index 12c68b64104..f9fcde982d4 100644 --- a/lib/libc/nls/catclose.c +++ b/lib/libc/nls/catclose.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: catclose.c,v 1.3 1996/08/19 08:30:05 tholo Exp $"; +static char rcsid[] = "$OpenBSD: catclose.c,v 1.4 1997/07/09 01:08:57 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #define _NLS_PRIVATE @@ -44,6 +44,7 @@ static char rcsid[] = "$OpenBSD: catclose.c,v 1.3 1996/08/19 08:30:05 tholo Exp #include <sys/mman.h> #include <errno.h> #include <nl_types.h> +#include <stdlib.h> int _catclose(catd) |