OSDN Git Service

include dlfcn.h in ldso.h to get RTLD_NODELETE definition
authorAustin Foxley <austinf@cetoncorp.com>
Wed, 28 Apr 2010 18:34:32 +0000 (11:34 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Wed, 28 Apr 2010 18:34:32 +0000 (11:34 -0700)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
ldso/include/ldso.h

index 53bb5be..4675dd7 100644 (file)
@@ -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__