Fixed include guards name
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 10 Jul 2011 03:27:28 +0000 (00:27 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 10 Jul 2011 03:27:28 +0000 (00:27 -0300)
src/ip/ipv4header.h

index d8bb3a4..c68979e 100644 (file)
@@ -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 <stdint.h>