[git commit master] include dlfcn.h in ldso.h to get RTLD_NODELETE definition

Austin Foxley austinf at cetoncorp.com
Wed Apr 28 18:34:32 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=f26c5f6952ce9bf8edec9c1571c47addb1bcc442
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 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 53bb5be..4675dd7 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__
-- 
1.6.3.3



More information about the uClibc-cvs mailing list