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/ungetwc.c | |
| parent | 86ef8e2671379d5d3914cf64c4c29b3e2fae2e9c (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/ungetwc.c')
| -rw-r--r-- | lib/libc/stdio/ungetwc.c | 1 |
1 files changed, 1 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> |
