diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:37:59 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-30 17:37:59 +0000 |
| commit | 10a0bef720b6882fce588a10b07b0584d62eac76 (patch) | |
| tree | fb169e84a36c81d64e9d07fac8e8331ec8fc4989 /include/module.modulemap | |
| parent | b276b1db48faa7328575ab722fe3bc340623f025 (diff) | |
Notes
Diffstat (limited to 'include/module.modulemap')
| -rw-r--r-- | include/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/module.modulemap b/include/module.modulemap index 462d4234ae6c1..98b1870afcc18 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -502,6 +502,7 @@ module std [system] { export * } module coroutine { + requires coroutines header "experimental/coroutine" export * } |
