about summary refs log tree commit diff
path: root/stdio-common/dprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/dprintf.c')
-rw-r--r--stdio-common/dprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c
index eddaea8cf8..6c3266d1df 100644
--- a/stdio-common/dprintf.c
+++ b/stdio-common/dprintf.c
@@ -20,6 +20,7 @@
 #include <stdio.h>
 
 #ifdef USE_IN_LIBIO
+# include <libio/libioP.h>
 # define vdprintf(d, f, a) _IO_vdprintf (d, f, a)
 #endif