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 cccf281..425af87 100644 --- a/project/common.mk +++ b/project/common.mk @@ -9,6 +9,7 @@ API_SRCS = \ src/u16_wcscspn.c \ src/u16_wcscmp.c \ src/u16_wcsncmp.c \ + src/u16_wcscpy.c \ INTERNAL_SRCS = \ |