diff options
-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 |