diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-09 18:02:06 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-10 01:46:33 -0500 |
commit | 6484f0d72a9110c5960b9185f239e6ce049b0c74 (patch) | |
tree | edc41afdb59888f5d063219a1dc0ac9f83d6d8db /docs/users_guide/using-optimisation.rst | |
parent | 3551c554acd8d692de7948c47a27327988b3a308 (diff) | |
download | haskell-6484f0d72a9110c5960b9185f239e6ce049b0c74.tar.gz |
rts/linker/Elf.c: add missing <dlfcn.h> include (musl support)
The change fixes build failure on musl:
```
rts/linker/Elf.c:2031:3: error:
warning: implicit declaration of function 'dlclose'; did you mean 'close'? [-Wimplicit-function-declaration]
2031 | dlclose(nc->dlopen_handle);
| ^~~~~~~
| close
```
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'docs/users_guide/using-optimisation.rst')
0 files changed, 0 insertions, 0 deletions