소스 검색

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

Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Austin Foxley 15 년 전
부모
커밋
f26c5f6952
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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__