From: Enrico Scholz Date: Sun, 24 Apr 2005 20:25:47 +0000 (+0000) Subject: include "syscall-wrap.h" X-Git-Tag: version_0_30_210~241 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed59a5aa1cea223256b70f5e336090906e8c27c6;p=util-vserver.git include "syscall-wrap.h" git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2040 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver-internal.h b/util-vserver/lib/vserver-internal.h index 9a4fb93..4e59935 100644 --- a/util-vserver/lib/vserver-internal.h +++ b/util-vserver/lib/vserver-internal.h @@ -30,6 +30,7 @@ #include #include "internal.h" +#include "syscall-wrap.h" #if !defined(__NR_vserver) && defined(ENSC_SYSCALL__NR_vserver) # define __NR_vserver ENSC_SYSCALL__NR_vserver diff --git a/util-vserver/lib_internal/sys_clone.h b/util-vserver/lib_internal/sys_clone.h index 1a0b8fc..8ca1ce5 100644 --- a/util-vserver/lib_internal/sys_clone.h +++ b/util-vserver/lib_internal/sys_clone.h @@ -19,7 +19,7 @@ #ifndef H_UTIL_VSERVER_SRC_SYS_CLONE_H #define H_UTIL_VSERVER_SRC_SYS_CLONE_H -#include +#include "lib/syscall-wrap.h" #define __NR_sys_clone __NR_clone #ifndef CLONE_NEWNS