aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-08-08 19:26:22 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2018-08-09 01:22:05 -0700
commit5e526969d722be4daeb672a5809d9ef2f0248fb9 (patch)
treedfb37fa9a6c69ab122f8fb28dcfda5fdd3f1568f /src/timers.h
parentcurve25519-hacl64: correct u64_gte_mask (diff)
downloadwireguard-monolithic-historical-5e526969d722be4daeb672a5809d9ef2f0248fb9.tar.xz
wireguard-monolithic-historical-5e526969d722be4daeb672a5809d9ef2f0248fb9.zip
timers: include header in right file
Diffstat (limited to 'src/timers.h')
-rw-r--r--src/timers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timers.h b/src/timers.h
index 1c46555..c95bf31 100644
--- a/src/timers.h
+++ b/src/timers.h
@@ -6,6 +6,8 @@
#ifndef _WG_TIMERS_H
#define _WG_TIMERS_H
+#include <linux/ktime.h>
+
struct wireguard_peer;
void timers_init(struct wireguard_peer *peer);