diff options
Diffstat (limited to 'src/stdio/__printf.c')
| -rw-r--r-- | src/stdio/__printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/__printf.c b/src/stdio/__printf.c index 391f7cbc..e1460dfa 100644 --- a/src/stdio/__printf.c +++ b/src/stdio/__printf.c @@ -12,7 +12,7 @@ #include <stdlib.h> #include "_stdio.h" -#if (!defined __STDC_VERSION__) || (__STDC_VERSION__ < 199909L) +#if (!defined __STDC_VERSION__) || (__STDC_VERSION__ < 199901L) #include "stdint/intmax_t.h" #include "stdint/uintmax_t.h" #include "stdint/intptr_t.h" |
