[CRIU] [PATCH 1/2] compel: fix build for ppc64 (typo)
Dmitry Safonov
dsafonov at virtuozzo.com
Wed May 4 07:35:12 PDT 2016
Sorry for this typo, I should be more attentive.
Fixes: commit ea523b183326 ("compel: shuffle skeleton a bit").
Cc: Cyrill Gorcunov <gorcunov at openvz.org>
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
compel/arch/ppc64/include/handle-elf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compel/arch/ppc64/include/handle-elf.h b/compel/arch/ppc64/include/handle-elf.h
index ec0cad159fe4..b324debdf780 100644
--- a/compel/arch/ppc64/include/handle-elf.h
+++ b/compel/arch/ppc64/include/handle-elf.h
@@ -1,7 +1,7 @@
#ifndef __COMPEL_HANDLE_ELF_H__
#define __COMPEL_HANDLE_ELF_H__
-#include "uapi/elf32-types.h"
+#include "uapi/elf64-types.h"
#define ELF_PPC64
#define __handle_elf handle_elf_ppc64
--
2.8.0
More information about the CRIU
mailing list