Bonding: Fix header guard of <netlink/route/link/bonding.h>
(Would be a good idea to change the header guard name when c&p an existing header file to create a new one.)
This commit is contained in:
parent
15b13ddbde
commit
076909aa82
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
* Copyright (c) 2011 Thomas Graf <tgraf@suug.ch>
|
||||
*/
|
||||
|
||||
#ifndef NETLINK_LINK_VLAN_H_
|
||||
#define NETLINK_LINK_VLAN_H_
|
||||
#ifndef NETLINK_LINK_BONDING_H_
|
||||
#define NETLINK_LINK_BONDING_H_
|
||||
|
||||
#include <netlink/netlink.h>
|
||||
#include <netlink/route/link.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue