Bladeren bron

include dlfcn.h in ldso.h to get RTLD_NODELETE definition

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 14 jaren geleden
bovenliggende
commit
f26c5f6952
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      ldso/include/ldso.h

+ 1 - 0
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__