From 1b5098ce5af0beb7c1b212d5ecfa928e80a50885 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 12 Nov 2013 07:04:35 +0000 Subject: a __fputwc_unlock() prototype was available in fvwrite.h, so use that --- lib/libc/stdio/flags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/flags.c') diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index 36f8410a293..8cd1ce279d0 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flags.c,v 1.6 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: flags.c,v 1.7 2013/11/12 07:04:35 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -35,6 +35,7 @@ #include #include #include +#include "local.h" /* * Return the (stdio) flags for a given mode. Store the flags -- cgit v1.2.3-59-g8ed1b