diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-31 22:41:33 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-31 22:41:33 +0000 |
commit | 35e2674058795ade9d8ca6058f815dfd7d1ee384 (patch) | |
tree | 2cc03737d832b1ce1ed5fce1eda3351ceb016e2a /lib/libc/stdio | |
parent | 6cedad9257d75ffabdc2944be73e5a7aa4136816 (diff) |
Need <errno.h>
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/wbuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/wbuf.c b/lib/libc/stdio/wbuf.c index ae6f05ca6a9..93f131ae4a6 100644 --- a/lib/libc/stdio/wbuf.c +++ b/lib/libc/stdio/wbuf.c @@ -35,10 +35,11 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: wbuf.c,v 1.3 1997/05/31 08:45:51 tholo Exp $"; +static char rcsid[] = "$OpenBSD: wbuf.c,v 1.4 1997/05/31 22:41:32 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> +#include <errno.h> #include "local.h" /* |