summaryrefslogtreecommitdiffstats
path: root/include/netlink/cli/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/cli/tc.h')
-rw-r--r--include/netlink/cli/tc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/netlink/cli/tc.h b/include/netlink/cli/tc.h
index 85d2e30..77042c7 100644
--- a/include/netlink/cli/tc.h
+++ b/include/netlink/cli/tc.h
@@ -12,7 +12,9 @@
#ifndef __NETLINK_CLI_TC_H_
#define __NETLINK_CLI_TC_H_
-#include <netlink/route/tc-api.h>
+#include <netlink/route/tc.h>
+
+struct rtnl_tc_ops;
extern void nl_cli_tc_parse_dev(struct rtnl_tc *, struct nl_cache *, char *);
extern void nl_cli_tc_parse_parent(struct rtnl_tc *, char *);