aboutsummaryrefslogtreecommitdiff
path: root/pk/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pk/elf.c')
-rw-r--r--pk/elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pk/elf.c b/pk/elf.c
index c154f7e..43810ec 100644
--- a/pk/elf.c
+++ b/pk/elf.c
@@ -1,14 +1,14 @@
// See LICENSE for license details.
-#include "mmap.h"
#include "pk.h"
#include "mtrap.h"
#include "boot.h"
#include "bits.h"
+#include "elf.h"
#include <sys/stat.h>
#include <fcntl.h>
-#include <elf.h>
#include <string.h>
+#include "mmap.h"
/**
* The protection flags are in the p_flags section of the program header.