summaryrefslogtreecommitdiffstatshomepage
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/socket.h b/src/socket.h
index 4d9e5f5..08e98fe 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -1,7 +1,7 @@
/* Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
-#ifndef WGSOCKET_H
-#define WGSOCKET_H
+#ifndef _WG_SOCKET_H
+#define _WG_SOCKET_H
#include <linux/netdevice.h>
#include <linux/udp.h>
@@ -31,4 +31,4 @@ void socket_clear_peer_endpoint_src(struct wireguard_peer *peer);
#define net_dbg_skb_ratelimited(fmt, skb, ...)
#endif
-#endif
+#endif /* _WG_SOCKET_H */