From e8dc86f781a1a34afdf3736334342dbd143aefa8 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 2 May 2005 21:44:06 +0000 Subject: [PATCH] use git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2081 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/compat-pivot_root.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-vserver/src/compat-pivot_root.h b/util-vserver/src/compat-pivot_root.h index 5ecff85..9c3872c 100644 --- a/util-vserver/src/compat-pivot_root.h +++ b/util-vserver/src/compat-pivot_root.h @@ -19,11 +19,11 @@ #ifndef H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H #define H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H -#include #include -#include #include +#include "syscall-wrap.h" + inline static _syscall2(int,pivot_root,const char *,new_root,const char *,put_old) #endif // H_UTIL_VSERVER_SRC_COMPAT_PIVOT_ROOT_H -- 1.8.1.5