Update.
[platform/upstream/glibc.git] / stdio-common / sscanf.c
index 809f059..43a4070 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 
 #ifdef USE_IN_LIBIO
+# include <libio/iolibio.h>
 # define __vsscanf(s, f, a) _IO_vsscanf (s, f, a)
 #endif