mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
compel: plugins,std -- Use proper quotes in exported header
In UAPI there should be no -iquote-d headers. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
48be6e55d4
commit
7b6c60b0ee
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef COMPEL_PLUGIN_STD_STD_H__
|
||||
#define COMPEL_PLUGIN_STD_STD_H__
|
||||
|
||||
#include "uapi/plugins.h"
|
||||
#include "uapi/std/syscall.h"
|
||||
#include <compel/plugins.h>
|
||||
#include <compel/plugins/std/syscall.h>
|
||||
|
||||
#endif /* COMPEL_PLUGIN_STD_STD_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue