diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-02 14:34:22 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-02 20:20:13 (GMT) |
commit | 862eed54e3882c64a5017789229b6dc9337ace17 (patch) | |
tree | a9ee8a41591ea0b046f4ab9d28f514d7f208c68d /src/lib/tc.c | |
parent | 2b3cd741d9944f799467b5a59fc9f3a94444a479 (diff) | |
download | libnl-862eed54e3882c64a5017789229b6dc9337ace17.zip libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.gz libnl-862eed54e3882c64a5017789229b6dc9337ace17.tar.bz2 |
all: cleanup includes and use "nm-default.h"
Diffstat (limited to 'src/lib/tc.c')
-rw-r--r-- | src/lib/tc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tc.c b/src/lib/tc.c index 57ad54e..3bed636 100644 --- a/src/lib/tc.c +++ b/src/lib/tc.c @@ -3,6 +3,8 @@ * Copyright (c) 2010 Thomas Graf <tgraf@suug.ch> */ +#include "nl-default.h" + #include <netlink/cli/utils.h> #include <netlink/cli/tc.h> |