summaryrefslogtreecommitdiffstats
path: root/lib/msg.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-08 06:38:55 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-08 07:29:13 (GMT)
commit4c39a2ce1b379c4caa8118ba544b53c9bdb3b687 (patch)
treee9841a0c0a57c588497d91d09a67e20389f0b970 /lib/msg.c
parenta1e9fb3d5d3c7184f51dce9e5f6c0977038a9354 (diff)
downloadlibnl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msg.c b/lib/msg.c
index b2ae886..0e1592a 100644
--- a/lib/msg.c
+++ b/lib/msg.c
@@ -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>