diff options
Diffstat (limited to 'src/common/meson.build')
-rw-r--r-- | src/common/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/meson.build b/src/common/meson.build index 4eb16024cb2..de68e408fa3 100644 --- a/src/common/meson.build +++ b/src/common/meson.build @@ -32,6 +32,7 @@ common_sources = files( 'scram-common.c', 'string.c', 'stringinfo.c', + 'unicode_case.c', 'unicode_category.c', 'unicode_norm.c', 'username.c', |