From 323636085e1a6c063818a697b30e074578db258e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Oct 2017 06:30:17 +0200 Subject: global: use _WG prefix for include guards Suggested-by: Sultan Alsawaf Signed-off-by: Jason A. Donenfeld --- src/compat/compat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/compat/compat.h') diff --git a/src/compat/compat.h b/src/compat/compat.h index dcbb080..d37533b 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -1,7 +1,7 @@ /* Copyright (C) 2015-2017 Jason A. Donenfeld . All Rights Reserved. */ -#ifndef COMPAT_H -#define COMPAT_H +#ifndef _WG_COMPAT_H +#define _WG_COMPAT_H #include #include @@ -477,4 +477,4 @@ static inline void new_icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 #define __read_mostly #endif -#endif +#endif /* _WG_COMPAT_H */ -- cgit v1.2.3-59-g8ed1b