diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 23:27:27 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 23:27:27 +0000 |
| commit | 43a240930c235b3c06759152748138d8a027ecf9 (patch) | |
| tree | ba6cd92a711633fadc0291958e37947843aff285 /lib/libc/stdio/vscanf.c | |
| parent | 02ba3221ffba348b03b62d2d922a78fc41f8ac0b (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/vscanf.c')
| -rw-r--r-- | lib/libc/stdio/vscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/vscanf.c b/lib/libc/stdio/vscanf.c index c3a4266d4cf0..cd273e38c2cd 100644 --- a/lib/libc/stdio/vscanf.c +++ b/lib/libc/stdio/vscanf.c @@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> #include "un-namespace.h" #include "libc_private.h" +#include "local.h" int vscanf(fmt, ap) |
