Skip to content

Commit 15b30a4

Browse files
committed
Fully include netlink in rtnetlink.h
1 parent f17d394 commit 15b30a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linuxapi/linux/rtnetlink.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __LINUXAPI_LINUX_RTNETLINK_H__
22
#define __LINUXAPI_LINUX_RTNETLINK_H__
33

4-
#include <netlink/route/common.h>
5-
#include <netlink/route/route.h>
4+
#include <netlink/netlink.h>
5+
#include <netlink/netlink_route.h>
66

77
#endif

0 commit comments

Comments
 (0)