diff --git a/mail/app-system-headers.mozbuild b/mail/app-system-headers.mozbuild index bc38d6d452..78e3a19d51 100644 --- a/mail/app-system-headers.mozbuild +++ b/mail/app-system-headers.mozbuild @@ -10,3 +10,9 @@ # 'file1.h', # 'file2.h', # ] + +if CONFIG["MOZ_SYSTEM_ICU"]: + system_headers += [ + "unicode/strenum.h", + "unicode/vtzone.h", + ]