Skip to content
Snippets Groups Projects
Commit 6484f0d7 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Marge Bot
Browse files

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: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 3551c554
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment