diff options
author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-08-20 07:59:13 +0000 |
---|---|---|
committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-08-20 07:59:13 +0000 |
commit | d8f77b45290fd175d136d87aa80b6dea46c483fe (patch) | |
tree | 38c86566d0fd871ba78447f3cf5294b094fa2ccd /lib/libc/stdio | |
parent | 86ef8e2671379d5d3914cf64c4c29b3e2fae2e9c (diff) |
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/ungetwc.c | 1 | ||||
-rw-r--r-- | lib/libc/stdio/vfwscanf.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdio/ungetwc.c b/lib/libc/stdio/ungetwc.c index bae2c3ebcea4..510648b8ded4 100644 --- a/lib/libc/stdio/ungetwc.c +++ b/lib/libc/stdio/ungetwc.c @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <errno.h> +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <wchar.h> diff --git a/lib/libc/stdio/vfwscanf.c b/lib/libc/stdio/vfwscanf.c index 6a9c9faa767e..327ec407a36e 100644 --- a/lib/libc/stdio/vfwscanf.c +++ b/lib/libc/stdio/vfwscanf.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <ctype.h> #include <inttypes.h> +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <stddef.h> |