diff options
Diffstat (limited to 'stdio/setvbuf.c')
-rw-r--r-- | stdio/setvbuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio/setvbuf.c b/stdio/setvbuf.c index 8c33386610..6bfe829d1d 100644 --- a/stdio/setvbuf.c +++ b/stdio/setvbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,6 +20,7 @@ Cambridge, MA 02139, USA. */ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <errno.h> /* Make STREAM use the buffering method given in MODE. |