compel: Include compel headers as system ones

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-10-27 19:01:21 +03:00 committed by Andrei Vagin
parent a714fff5a3
commit a0810481e5
52 changed files with 101 additions and 83 deletions

View file

@ -15,7 +15,7 @@
#define LOCK_BUG() LOCK_BUG_ON(1)
#ifdef CR_NOGLIBC
# include "uapi/std/syscall.h"
# include <compel/plugins/std/syscall.h>
#else
# include <unistd.h>
# include <sys/syscall.h>