X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fipv4.h;h=7ad7e01be32a9c032e4f474f0cbf1f6c43c7722f;hp=997b88d8998890bd1835ddcae8641a1cfe0cd4f4;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/ipv4.h b/src/ipv4.h index 997b88d8..7ad7e01b 100644 --- a/src/ipv4.h +++ b/src/ipv4.h @@ -1,3 +1,6 @@ +#ifndef TINC_IPV4_H +#define TINC_IPV4_H + /* ipv4.h -- missing IPv4 related definitions Copyright (C) 2005 Ivo Timmermans @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_IPV4_H__ -#define __TINC_IPV4_H__ - #ifndef AF_INET #define AF_INET 2 #endif @@ -146,4 +146,4 @@ struct icmp { } __attribute__ ((__gcc_struct__, __packed__)); #endif -#endif /* __TINC_IPV4_H__ */ +#endif