[PATCH 2/7] kexec-elf.h: Include headers for types used

Matthew Leach matthew.leach at arm.com
Fri Sep 7 05:11:21 EDT 2012


From: Simon Horman <horms at verge.net.au>

Signed-off-by: Simon Horman <horms at verge.net.au>
---
 kexec/kexec-elf.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kexec/kexec-elf.h b/kexec/kexec-elf.h
index 99cb80b..d0e9dc0 100644
--- a/kexec/kexec-elf.h
+++ b/kexec/kexec-elf.h
@@ -1,6 +1,9 @@
 #ifndef KEXEC_ELF_H
 #define KEXEC_ELF_H
 
+#include <stdint.h>
+#include <sys/types.h>
+
 struct kexec_info;
 
 struct mem_ehdr {
-- 
1.7.12




More information about the kexec mailing list