From: Marc Fiuczynski <mef@cs.princeton.edu> Date: Fri, 29 Dec 2006 22:12:38 +0000 (+0000) Subject: fix to compile with refactored headers X-Git-Tag: before-fedora-2_6_18-1_2260_FC5-vs2_0_3-rc1-netfilter~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=324f186a75dbc40bf61c829da902e2f32c7dc1d3;p=linux-2.6.git fix to compile with refactored headers --- diff --git a/arch/x86_64/kernel/sys_x86_64.c b/arch/x86_64/kernel/sys_x86_64.c index 142fbf7c5..590982a84 100644 --- a/arch/x86_64/kernel/sys_x86_64.c +++ b/arch/x86_64/kernel/sys_x86_64.c @@ -16,6 +16,7 @@ #include <linux/file.h> #include <linux/utsname.h> #include <linux/personality.h> +#include <linux/vs_base.h> #include <linux/vs_cvirt.h> #include <asm/uaccess.h>