summaryrefslogtreecommitdiff
path: root/tests/test-genl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-genl.c')
-rw-r--r--tests/test-genl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-genl.c b/tests/test-genl.c
index 74aea106..d96daddf 100644
--- a/tests/test-genl.c
+++ b/tests/test-genl.c
@@ -1,5 +1,7 @@
#include <netlink/cli/utils.h>
+
#include <linux/taskstats.h>
+#include <linux/genetlink.h>
static struct nla_policy attr_policy[TASKSTATS_TYPE_MAX+1] = {
[TASKSTATS_TYPE_PID] = { .type = NLA_U32 },