Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-10-27 19:01:21 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 00:06:02 +0300
commita0810481e571a22bffe27120a9d73fb9b0d7f8d8 (patch)
tree583decb71d7ad5d6dc8802cc22bf0b92bce83a7f /include
parenta714fff5a3d799cbf4d4f05fef8e7e095fb26443 (diff)
compel: Include compel headers as system ones
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'include')
-rw-r--r--include/common/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/lock.h b/include/common/lock.h
index bcd1145f0..4782b638f 100644
--- a/include/common/lock.h
+++ b/include/common/lock.h
@@ -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>