diff options
Diffstat (limited to 'stdio.h')
-rw-r--r-- | stdio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stdio.h b/stdio.h index a82be070c3..457eabe32f 100644 --- a/stdio.h +++ b/stdio.h @@ -1 +1,5 @@ +#ifdef USE_IN_LIBIO +#include <libio/stdio.h> +#else #include <stdio/stdio.h> +#endif |