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 74865eb..8a01a41 100644 --- a/project/common.mk +++ b/project/common.mk @@ -14,6 +14,7 @@ API_SRCS = \ src/u16_wcpcpy.c \ src/u16_wcpncpy.c \ src/u16_wcsdup.c \ + src/u16_wcscat.c \ INTERNAL_SRCS = \ |