diff --git a/src/common/byte-tag-list.h b/src/common/byte-tag-list.h index cab47247b..2665de124 100644 --- a/src/common/byte-tag-list.h +++ b/src/common/byte-tag-list.h @@ -17,8 +17,8 @@ * * Author: Mathieu Lacage */ -#ifndef TAG_LIST_H -#define TAG_LIST_H +#ifndef BYTE_TAG_LIST_H +#define BYTE_TAG_LIST_H #include #include "ns3/type-id.h" @@ -167,4 +167,4 @@ private: } // namespace ns3 -#endif /* TAG_LIST_H */ +#endif /* BYTE_TAG_LIST_H */