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 /src/nf-exp-delete.c | |
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 'src/nf-exp-delete.c')
-rw-r--r-- | src/nf-exp-delete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nf-exp-delete.c b/src/nf-exp-delete.c index 9061931..a57a69d 100644 --- a/src/nf-exp-delete.c +++ b/src/nf-exp-delete.c @@ -8,7 +8,7 @@ #include "nl-default.h" -#include <linux-private/linux/rtnetlink.h> +#include <linux/rtnetlink.h> #include <netlink/cli/utils.h> #include <netlink/cli/exp.h> |