1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

#include "local.h" to make __svfscanf()'s prototype visible.

This commit is contained in:
Tim J. Robbins 2003-01-03 23:27:27 +00:00
parent 02ba3221ff
commit 43a240930c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108622
3 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <stdarg.h>
#include "un-namespace.h"
#include "libc_private.h"
#include "local.h"
int
fscanf(FILE * __restrict fp, char const * __restrict fmt, ...)

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <stdarg.h>
#include "un-namespace.h"
#include "libc_private.h"
#include "local.h"
int
scanf(char const * __restrict fmt, ...)

View File

@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include "un-namespace.h"
#include "libc_private.h"
#include "local.h"
int
vscanf(fmt, ap)