summaryrefslogtreecommitdiff
path: root/ldso/util/ldd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/util/ldd.c')
-rw-r--r--ldso/util/ldd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/ldd.c b/ldso/util/ldd.c
index aea135e60..470368a3c 100644
--- a/ldso/util/ldd.c
+++ b/ldso/util/ldd.c
@@ -29,7 +29,6 @@
*/
-#include <elf.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
@@ -38,6 +37,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include "elf.h"
struct library {
char *name;