[CRIU] [PATCH 3/5] x86: Add missing include and structure in asm/parasite-syscall.h

Cyrill Gorcunov gorcunov at openvz.org
Fri May 31 02:28:43 EDT 2013


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 arch/x86/include/asm/parasite-syscall.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/include/asm/parasite-syscall.h b/arch/x86/include/asm/parasite-syscall.h
index a0e2150..4d56cb0 100644
--- a/arch/x86/include/asm/parasite-syscall.h
+++ b/arch/x86/include/asm/parasite-syscall.h
@@ -1,6 +1,9 @@
 #ifndef __CR_ASM_PARASITE_SYSCALL_H__
 #define __CR_ASM_PARASITE_SYSCALL_H__
 
+#include "asm/types.h"
+
+struct parasite_ctl;
 
 #define ARCH_SI_TRAP SI_KERNEL
 
-- 
1.8.1.4



More information about the CRIU mailing list