summaryrefslogtreecommitdiffhomepage
path: root/src/packets.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 04:36:14 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-09-29 19:25:30 +0200
commit7dbb44fcbea3bbed2c73919394e22865552b7c0d (patch)
tree09d03a9b211f9f068d25b84f67c8c60d9eb30199 /src/packets.h
parent0b9dfadd25b60bf2fed43d5b553098ed70028374 (diff)
Rework headers and includes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/packets.h')
-rw-r--r--src/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packets.h b/src/packets.h
index b0d21b4..f2ce2b7 100644
--- a/src/packets.h
+++ b/src/packets.h
@@ -8,6 +8,7 @@
#include "socket.h"
#include <linux/types.h>
+#include <linux/padata.h>
enum {
MAX_QUEUED_HANDSHAKES = 4096,