From 6c05ed96f646e20a8ef104d36d260fab30486768 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 8 Jan 2008 23:24:30 +0000 Subject: Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when it exists, and move some definitions to their proper place. --- ldso/include/ldso.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ldso/include/ldso.h') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 178af0e64..029922747 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -117,4 +117,8 @@ extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load ElfW(auxv_t) auxvt[AT_EGID + 1], char **envp, char **argv DL_GET_READY_TO_RUN_EXTRA_PARMS); +#ifdef HAVE_DL_INLINES_H +#include +#endif + #endif /* _LDSO_H_ */ -- cgit v1.2.3