mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
8 lines
160 B
C
8 lines
160 B
C
|
#ifndef COMPEL_PLUGIN_STD_FDS_H__
|
||
|
#define COMPEL_PLUGIN_STD_FDS_H__
|
||
|
|
||
|
#include <sys/un.h>
|
||
|
#include <compel/common/scm.h>
|
||
|
|
||
|
#endif /* COMPEL_PLUGIN_STD_FDS_H__ */
|