diff options
Diffstat (limited to 'elf/dl-close.c')
-rw-r--r-- | elf/dl-close.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-close.c b/elf/dl-close.c index a7824523ef..ad84f94338 100644 --- a/elf/dl-close.c +++ b/elf/dl-close.c @@ -17,13 +17,13 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <link.h> #include <dlfcn.h> #include <stdlib.h> #include <string.h> +#include <bits/libc-lock.h> +#include <elf/ldsodefs.h> #include <sys/types.h> #include <sys/mman.h> -#include <bits/libc-lock.h> /* During the program run we must not modify the global data of |