mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-24 02:35:41 +00:00
We use fds helpers in std plugin anyway so just merge it in. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
10 lines
291 B
C
10 lines
291 B
C
#ifndef COMPEL_PLUGIN_STD_STD_H__
|
|
#define COMPEL_PLUGIN_STD_STD_H__
|
|
|
|
#include <compel/plugins.h>
|
|
#include <compel/plugins/std/syscall.h>
|
|
#include <compel/plugins/std/string.h>
|
|
#include <compel/plugins/std/infect.h>
|
|
#include <compel/plugins/std/fds.h>
|
|
|
|
#endif /* COMPEL_PLUGIN_STD_STD_H__ */
|