diff options
Diffstat (limited to 'include/cstdio')
-rw-r--r-- | include/cstdio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cstdio b/include/cstdio index 675569382344..0f3f42dac2da 100644 --- a/include/cstdio +++ b/include/cstdio @@ -152,7 +152,7 @@ using ::tmpnam; #ifndef _LIBCPP_HAS_NO_STDIN using ::getchar; -#if _LIBCPP_STD_VER <= 11 && !defined(_LIBCPP_MSVCRT) +#if _LIBCPP_STD_VER <= 11 && !defined(_LIBCPP_C_HAS_NO_GETS) using ::gets; #endif using ::scanf; |