diff options
author | ru <ru@FreeBSD.org> | 2001-05-16 11:38:18 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-16 11:38:18 +0000 |
commit | fca4d51ba42c7439579b49008838b5c231cff113 (patch) | |
tree | c0ee0b39f7f81dc6addf131b72fb4a3d2ae7b36e /include | |
parent | afd03a45c4c0d4a1fb83a8c51ac811a00a5e83de (diff) | |
download | FreeBSD-src-fca4d51ba42c7439579b49008838b5c231cff113.zip FreeBSD-src-fca4d51ba42c7439579b49008838b5c231cff113.tar.gz |
Install wchar.h and wctype.h.
Forgotten by: tshiozak
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 4d9cda8..9f69eb7 100644 --- a/include/Makefile +++ b/include/Makefile @@ -19,7 +19,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ search.h setjmp.h sgtty.h \ signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ stringlist.h strings.h sysexits.h tar.h time.h timers.h \ - ttyent.h unistd.h utime.h utmp.h vis.h + ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h .if defined(WANT_CSRG_LIBM) FILES+= math.h .endif |