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:
Thomas Graf 2011-09-16 13:17:04 +02:00
parent 15b13ddbde
commit 076909aa82

View file

@ -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>