diff options
Diffstat (limited to 'project')
-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 66ff3ab..3115329 100644 --- a/project/common.mk +++ b/project/common.mk @@ -4,6 +4,7 @@ API_SRCS = \ src/u16_mbstowcs.c \ src/u16_wcstombs.c \ src/u16_wcslen.c \ + src/u16_wcsnlen.c \ INTERNAL_SRCS = \ |