diff options
Diffstat (limited to 'stdio-common/snprintf.c')
-rw-r--r-- | stdio-common/snprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/snprintf.c b/stdio-common/snprintf.c index 08aaf88..d27ec5e 100644 --- a/stdio-common/snprintf.c +++ b/stdio-common/snprintf.c @@ -20,6 +20,7 @@ #include <stdio.h> #ifdef USE_IN_LIBIO +# include <libio/libioP.h> # define __vsnprintf(s, l, f, a) _IO_vsnprintf (s, l, f, a) #endif |