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/msg.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 'lib/msg.c')
-rw-r--r-- | lib/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <ctype.h> -#include <linux-private/linux/socket.h> +#include <linux/socket.h> #include <netlink/netlink.h> #include <netlink/utils.h> |