diff options
Diffstat (limited to 'include/module.modulemap')
-rw-r--r-- | include/module.modulemap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/module.modulemap b/include/module.modulemap index 6d88f52113cb..bbfe90ed57f5 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -24,7 +24,10 @@ module std [system] { header "errno.h" export * } - // <fenv.h> provided by C library. + module fenv_h { + header "fenv.h" + export * + } // <float.h> provided by compiler or C library. module inttypes_h { header "inttypes.h" |