summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-04-24 09:03:11 +0000
committerRoland McGrath <roland@gnu.org>1996-04-24 09:03:11 +0000
commit66aeca9cfbd8cf37f47f15fcbde937cf4f5382f8 (patch)
tree9026ab33c3b2188fac9467dbf8b3ae909391ad2c /stdio-common
parent80bcb41041cd84144f5b3af46110c734b99404f5 (diff)
downloadglibc-66aeca9cfbd8cf37f47f15fcbde937cf4f5382f8.tar.gz
glibc-66aeca9cfbd8cf37f47f15fcbde937cf4f5382f8.tar.xz
glibc-66aeca9cfbd8cf37f47f15fcbde937cf4f5382f8.zip
Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu> cvs/libc-960425 cvs/libc-960424
	* hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new
 	variable, LUCKY, to use instead of setting D to -1 (which fucks
 	things up).
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/vfprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c
index 04f9e0d5f1..9b24574558 100644
--- a/stdio-common/vfprintf.c
+++ b/stdio-common/vfprintf.c
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA.  */
 #include <printf.h>
 #include <stdarg.h>
 #include <stdlib.h>
+#include <errno.h>
 #include <wchar.h>
 #include "_itoa.h"
 #include "../locale/localeinfo.h"