aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peer.h b/src/peer.h
index 580d295..5b27e00 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -3,14 +3,16 @@
#ifndef PEER_H
#define PEER_H
-#include "wireguard.h"
#include "noise.h"
#include "cookie.h"
+
#include <linux/types.h>
#include <linux/netfilter.h>
#include <linux/spinlock.h>
#include <linux/kref.h>
+struct wireguard_device;
+
struct wireguard_peer {
struct wireguard_device *device;
struct sockaddr_storage endpoint_addr;