diff options
Diffstat (limited to 'libc/stdio/fcloseall.c')
-rw-r--r-- | libc/stdio/fcloseall.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/stdio/fcloseall.c b/libc/stdio/fcloseall.c index 5be9b553e..7d2422562 100644 --- a/libc/stdio/fcloseall.c +++ b/libc/stdio/fcloseall.c @@ -5,6 +5,9 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#include <features.h> + +#ifdef __USE_GNU #include "_stdio.h" libc_hidden_proto(fclose) @@ -40,3 +43,4 @@ int fcloseall (void) #endif } +#endif |