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/lib/nh.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/lib/nh.c')
-rw-r--r-- | src/lib/nh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/nh.c b/src/lib/nh.c index 02a4d1f..c1f5137 100644 --- a/src/lib/nh.c +++ b/src/lib/nh.c @@ -12,7 +12,7 @@ #include "nl-default.h" -#include <linux-private/linux/if.h> +#include <linux/if.h> #include <netlink/cli/utils.h> #include <netlink/cli/nh.h> |