about summary refs log tree commit diff
path: root/stdio-common/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/snprintf.c')
-rw-r--r--stdio-common/snprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/snprintf.c b/stdio-common/snprintf.c
index 08aaf88f18..d27ec5ecd5 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