From 0e2c81223d6642617b5a7e37aad27ffec893e2fc Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sun, 10 Jul 2011 00:27:28 -0300 Subject: [PATCH] Fixed include guards name --- src/ip/ipv4header.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ip/ipv4header.h b/src/ip/ipv4header.h index d8bb3a4..c68979e 100644 --- a/src/ip/ipv4header.h +++ b/src/ip/ipv4header.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef IPV4_HEADER_HPP -#define IPV4_HEADER_HPP +#ifndef IPV4_HEADER_H +#define IPV4_HEADER_H #include -- 1.7.1