]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vsscanf.c
Removed SVN keyword tags.
[pdclib] / functions / stdio / vsscanf.c
index 99b8bad20a7292e6ea4158039a6691627e2b14c4..51b49e5cbc90d7c25521f0775fd5d641da5edeb1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* vsscanf( const char *, const char *, va_list arg )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,6 +9,7 @@
 
 #ifndef REGTEST
 #include <ctype.h>
+#include <_PDCLIB_io.h>
 
 int vsscanf( const char * _PDCLIB_restrict s, 
              const char * _PDCLIB_restrict format,