diff options
Diffstat (limited to 'sysdeps/standalone/open.c')
-rw-r--r-- | sysdeps/standalone/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/standalone/open.c b/sysdeps/standalone/open.c index 87097d9cb0..b61b729ca6 100644 --- a/sysdeps/standalone/open.c +++ b/sysdeps/standalone/open.c @@ -25,7 +25,7 @@ Cambridge, MA 02139, USA. */ #include <stddef.h> #include <stdio.h> -#include <stdio_lim.h> +#include <bits/stdio_lim.h> #include <unistd.h> #define __DECLARE_FILE_DESCRIPTORS__ |