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 4038997..d76be98 100644 --- a/project/common.mk +++ b/project/common.mk @@ -17,6 +17,7 @@ API_SRCS = \ src/u16_wcscat.c \ src/u16_wcsncat.c \ src/u16_wcschr.c \ + src/u16_wcsrchr.c \ INTERNAL_SRCS = \ |