summaryrefslogtreecommitdiff
path: root/elf/dl-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-object.c')
-rw-r--r--elf/dl-object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/elf/dl-object.c b/elf/dl-object.c
index 9bd600dd9e..3705dd47ce 100644
--- a/elf/dl-object.c
+++ b/elf/dl-object.c
@@ -17,12 +17,12 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include <link.h>
-#include <assert.h>
+#include <errno.h>
#include <string.h>
#include <stdlib.h>
-#include <errno.h>
+#include <elf/ldsodefs.h>
+#include <assert.h>
/* List of objects currently loaded is [2] of this, aka _dl_loaded. */
struct link_map *_dl_default_scope[5];