diff options
author | phk <phk@FreeBSD.org> | 1998-08-15 20:53:34 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-08-15 20:53:34 +0000 |
commit | 3fd8693dfa3292e759a052911eeab29f6b133b8f (patch) | |
tree | caa1a5e5b72ad989a90937f04beaafe5bb6ffc82 /lib/libc | |
parent | 4c46d76ffc4340751f7da24ed0f3aa6401cb2b22 (diff) | |
download | FreeBSD-src-3fd8693dfa3292e759a052911eeab29f6b133b8f.zip FreeBSD-src-3fd8693dfa3292e759a052911eeab29f6b133b8f.tar.gz |
Add missing #include of <sys.types.h>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/big5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/big5.c b/lib/libc/locale/big5.c index edcaa9e..213ef50 100644 --- a/lib/libc/locale/big5.c +++ b/lib/libc/locale/big5.c @@ -44,6 +44,7 @@ static char sccsid[] = "@(#)big5.c 8.1 (Berkeley) 6/4/93"; #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <sys/types.h> rune_t _BIG5_sgetrune __P((const char *, size_t, char const **)); int _BIG5_sputrune __P((rune_t, char *, size_t, char **)); |