include "syscall-wrap.h"
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 24 Apr 2005 20:25:47 +0000 (20:25 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 24 Apr 2005 20:25:47 +0000 (20:25 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2040 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/vserver-internal.h
util-vserver/lib_internal/sys_clone.h

index 9a4fb93..4e59935 100644 (file)
@@ -30,6 +30,7 @@
 #include <unistd.h>
 
 #include "internal.h"
+#include "syscall-wrap.h"
 
 #if !defined(__NR_vserver) && defined(ENSC_SYSCALL__NR_vserver)
 #  define __NR_vserver ENSC_SYSCALL__NR_vserver
index 1a0b8fc..8ca1ce5 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef H_UTIL_VSERVER_SRC_SYS_CLONE_H
 #define H_UTIL_VSERVER_SRC_SYS_CLONE_H
 
-#include <asm/unistd.h>
+#include "lib/syscall-wrap.h"
 #define __NR_sys_clone         __NR_clone
 
 #ifndef CLONE_NEWNS