]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vfscanf.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / vfscanf.c
index da365bdb618eb3b2f8aa8ab74ad31b71c3c79cdc..14bba50879c557a2837e78717e7bdd73de785c87 100644 (file)
@@ -11,6 +11,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
+#include <_PDCLIB_io.h>
 
 int vfscanf_unlocked( FILE * _PDCLIB_restrict stream, 
                       const char * _PDCLIB_restrict format,