diff options
author | Thomas Graf <tgraf@suug.ch> | 2014-07-26 19:33:23 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-07-27 09:04:07 (GMT) |
commit | 70849054f70e8a2e739a41dcc2d6659ef15aa2e3 (patch) | |
tree | f0b24c893b01fd9c52dd6d06f49a3c47e4b27cf3 /lib/route | |
parent | 17f1c386df316a8b8193fd27f2d774f6ecac2871 (diff) | |
download | libnl-70849054f70e8a2e739a41dcc2d6659ef15aa2e3.zip libnl-70849054f70e8a2e739a41dcc2d6659ef15aa2e3.tar.gz libnl-70849054f70e8a2e739a41dcc2d6659ef15aa2e3.tar.bz2 |
act: Include <netlink/route/action.h>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/route')
-rw-r--r-- | lib/route/act.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route/act.c b/lib/route/act.c index 85ce445..7ec91ba 100644 --- a/lib/route/act.c +++ b/lib/route/act.c @@ -21,6 +21,7 @@ #include <netlink/utils.h> #include <netlink-private/route/tc-api.h> #include <netlink/route/link.h> +#include <netlink/route/action.h> static struct nl_object_ops act_obj_ops; |