initial checkin
[util-vserver.git] / util-vserver / lib / vserver-internal.h
index 9a4fb93..5ab015e 100644 (file)
 #define H_VSERVER_SYSCALL_INTERNAL_H
 
 #include <asm/unistd.h>
-#include <syscall.h>
 #include <errno.h>
 #include <stdint.h>
-#include <sys/syscall.h>
 #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