summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kexec/arch/arm/kexec-zImage-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/arm/kexec-zImage-arm.c b/kexec/arch/arm/kexec-zImage-arm.c
index 440ad73..5eb4905 100644
--- a/kexec/arch/arm/kexec-zImage-arm.c
+++ b/kexec/arch/arm/kexec-zImage-arm.c
@@ -3,6 +3,7 @@
*
*/
#define _GNU_SOURCE
+#define _XOPEN_SOURCE
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -11,7 +12,6 @@
#include <stdint.h>
#include <getopt.h>
#include <arch/options.h>
-#include <asm/page.h>
#include "../../kexec.h"
#define COMMAND_LINE_SIZE 1024