summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/wbuf.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-05-31 22:41:32 +0000
committertholo <tholo@openbsd.org>1997-05-31 22:41:32 +0000
commit2b991d45a89b534e14d844f7d7eca29799415734 (patch)
tree94b70699b10ea63e67381206dd37a671988d8bac /lib/libc/stdio/wbuf.c
parentnote about usleep (diff)
downloadwireguard-openbsd-2b991d45a89b534e14d844f7d7eca29799415734.tar.xz
wireguard-openbsd-2b991d45a89b534e14d844f7d7eca29799415734.zip
Need <errno.h>
Diffstat (limited to 'lib/libc/stdio/wbuf.c')
-rw-r--r--lib/libc/stdio/wbuf.c3
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"
/*