From 7ecb4fca347e8a9de5aaf4e93ada8c649089030e Mon Sep 17 00:00:00 2001 From: Andrey Mazo Date: Fri, 23 Apr 2010 14:53:30 +0400 Subject: [PATCH] fixed include guard. --- src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h b/src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h index 77e09171f..fe34ee112 100644 --- a/src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h +++ b/src/devices/mesh/dot11s/ie-dot11s-peering-protocol.h @@ -18,7 +18,7 @@ * Authors: Kirill Andreev */ -#ifndef MESH_PERING_PROTOCOL_H +#ifndef MESH_PEERING_PROTOCOL_H #define MESH_PEERING_PROTOCOL_H #include "ns3/wifi-information-element-vector.h"