diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-08 06:38:55 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-08 07:29:13 (GMT) |
commit | 4c39a2ce1b379c4caa8118ba544b53c9bdb3b687 (patch) | |
tree | e9841a0c0a57c588497d91d09a67e20389f0b970 /lib/cli | |
parent | a1e9fb3d5d3c7184f51dce9e5f6c0977038a9354 (diff) | |
download | libnl-4c39a2ce1b379c4caa8118ba544b53c9bdb3b687.zip libnl-4c39a2ce1b379c4caa8118ba544b53c9bdb3b687.tar.gz libnl-4c39a2ce1b379c4caa8118ba544b53c9bdb3b687.tar.bz2 |
include: use <linux/$file> instead of <linux-private/linux/$file>
As we now copy all linux headers, and we have include/linux-private
in our include search path, just include the linux headers as we commonly
do.
Diffstat (limited to 'lib/cli')
-rw-r--r-- | lib/cli/qdisc/hfsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cli/qdisc/hfsc.c b/lib/cli/qdisc/hfsc.c index bc187aa..9ab7f7e 100644 --- a/lib/cli/qdisc/hfsc.c +++ b/lib/cli/qdisc/hfsc.c @@ -5,7 +5,7 @@ #include "nl-default.h" -#include <linux-private/linux/pkt_sched.h> +#include <linux/pkt_sched.h> #include <netlink/cli/utils.h> #include <netlink/cli/tc.h> |