diff options
Diffstat (limited to 'project/common.mk')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index af8cf6b..9f6a784 100644 --- a/project/common.mk +++ b/project/common.mk @@ -2,6 +2,7 @@ API_SRCS = \ src/u16_mbsinit.c \ src/u16_mbrtowc.c \ src/u16_mbstowcs.c \ + src/u16_wcstombs.c \ INTERNAL_SRCS = \ |