summaryrefslogtreecommitdiff
path: root/ldso/util/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/util/readelf.c')
-rw-r--r--ldso/util/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/readelf.c b/ldso/util/readelf.c
index 4467fc684..903b63148 100644
--- a/ldso/util/readelf.c
+++ b/ldso/util/readelf.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"