diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 08:16:08 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-26 08:16:08 +0000 |
commit | 3918c26d05114b528baf3dd947d439195d9baeb9 (patch) | |
tree | ed0b020df3a80ac341378b8a6c81fc5866477289 /lib/libc/stdio/fvwrite.c | |
parent | a7579fe8f925961e2358fb12d4314206a6a54273 (diff) |
Need <errno.h>
Diffstat (limited to 'lib/libc/stdio/fvwrite.c')
-rw-r--r-- | lib/libc/stdio/fvwrite.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index aa4108b16a1..259152be86f 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -35,11 +35,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fvwrite.c,v 1.3 1996/10/26 06:58:58 tholo Exp $"; +static char rcsid[] = "$OpenBSD: fvwrite.c,v 1.4 1996/10/26 08:16:07 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> #include <string.h> +#include <errno.h> #include "local.h" #include "fvwrite.h" |