diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
| commit | 688dfe4533bf3e4087fd3d229282b4ba19cf0216 (patch) | |
| tree | c515d191c45e241621123bbd9bbb4eb3a4ca7a1a /lib/libc/nls/msgcat.c | |
| parent | cfe6d7e9130bee5de0e6808fbb71764c60a80a52 (diff) | |
Notes
Diffstat (limited to 'lib/libc/nls/msgcat.c')
| -rw-r--r-- | lib/libc/nls/msgcat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/nls/msgcat.c b/lib/libc/nls/msgcat.c index 2b80d914ba18..4d446184eafd 100644 --- a/lib/libc/nls/msgcat.c +++ b/lib/libc/nls/msgcat.c @@ -41,9 +41,10 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <sys/types.h> #include <sys/stat.h> -#include <sys/syslimits.h> + #include <errno.h> #include <fcntl.h> +#include <limits.h> #include <locale.h> #include <nl_types.h> #include <stdio.h> |
