--- interpreter/cling/include/cling/libc.modulemap.orig 2022-11-16 10:35:46 UTC +++ interpreter/cling/include/cling/libc.modulemap @@ -70,5 +70,5 @@ module "xlocale.h" [system] [extern_c] { // doesn't exist on some systems with unpatched glib 2.26+ module "xlocale.h" [system] [extern_c] { export * - header "xlocale.h" + textual header "xlocale.h" }