diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-04-28 11:34:32 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-04-28 11:34:32 -0700 |
commit | f26c5f6952ce9bf8edec9c1571c47addb1bcc442 (patch) | |
tree | 86811cdba7706fc2c24b843e8a8e37fc39015820 /ldso | |
parent | 0748262682e3cffc7fccc266ac7632f48f56a0ee (diff) | |
download | uClibc-alpine-f26c5f6952ce9bf8edec9c1571c47addb1bcc442.tar.bz2 uClibc-alpine-f26c5f6952ce9bf8edec9c1571c47addb1bcc442.tar.xz |
include dlfcn.h in ldso.h to get RTLD_NODELETE definition
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/ldso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 53bb5be9e..4675dd7f4 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -38,6 +38,7 @@ #ifndef __ARCH_HAS_NO_SHARED__ #include <dl-syscall.h> #include <dl-string.h> +#include <dlfcn.h> /* Now the ldso specific headers */ #include <dl-elf.h> #ifdef __UCLIBC_HAS_TLS__ |