summaryrefslogtreecommitdiff
path: root/src/ldso/dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/dlopen.c')
-rw-r--r--src/ldso/dlopen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ldso/dlopen.c b/src/ldso/dlopen.c
index 6b1d792a..9544741b 100644
--- a/src/ldso/dlopen.c
+++ b/src/ldso/dlopen.c
@@ -1,8 +1,7 @@
#include <dlfcn.h>
+#include "dynlink.h"
#include "libc.h"
-hidden void __dl_seterr(const char *, ...);
-
static void *stub_dlopen(const char *file, int mode)
{
__dl_seterr("Dynamic loading not supported");