aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-08-15 20:53:34 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-08-15 20:53:34 +0000
commit38a0ff129f1667feff30017ae055cb3799723597 (patch)
tree29e4e22013990af203d432779509aa6495a82f01
parent7d970abceaac3c95e1c24154f876358bea593ecd (diff)
Notes
-rw-r--r--lib/libc/locale/big5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/big5.c b/lib/libc/locale/big5.c
index edcaa9e731f3..213ef509232d 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 **));