master
h 16 lines 312 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef TEST_CGROUPS_PLUGIN_H
4 #define TEST_CGROUPS_PLUGIN_H 1
5
6 #include "libnetdata/libnetdata.h"
7
8 #include "../sys_fs_cgroup.h"
9
10 #include <stdarg.h>
11 #include <stddef.h>
12 #include <setjmp.h>
13 #include <stdint.h>
14 #include <cmocka.h>
15
16 #endif /* TEST_CGROUPS_PLUGIN_H */