summaryrefslogtreecommitdiff
path: root/kexec_tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 21:26:35 -0800
committerElliott Hughes <enh@google.com>2015-01-29 21:26:35 -0800
commit8678c6fc0a7c2f29f1843cc3d0be23cc5908fa85 (patch)
treeb3f3dbdf20aac9363fba038a2269ef5b309f70cc /kexec_tools
parent9b1f7c8f3f7f8d52992fc48146dc0362b01dadf3 (diff)
downloadextras-8678c6fc0a7c2f29f1843cc3d0be23cc5908fa85.tar.gz
Add missing includes.
Change-Id: Ie3acca064c1bcecb4e0305e61f01ba8cea4abe03
Diffstat (limited to 'kexec_tools')
-rw-r--r--kexec_tools/kexecload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec_tools/kexecload.c b/kexec_tools/kexecload.c
index 0beef897..18f5e647 100644
--- a/kexec_tools/kexecload.c
+++ b/kexec_tools/kexecload.c
@@ -4,6 +4,7 @@
#include <sys/mman.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/types.h>