summaryrefslogtreecommitdiffhomepage
path: root/packet.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-28 23:24:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-28 23:24:30 +0800
commit125a970d71d5b43b7b648412fcc614e782c42a1d (patch)
tree8bbc278b055fd573a9d40ba171d9031626551371 /packet.h
parent59bb1777be18b8f1b263aaeabe54a32933fc871d (diff)
parent89c0b2a6d863e54bd0253355146f09b92edeccda (diff)
merge tcp fastopen
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet.h b/packet.h
index 3252fe0..cd21fe0 100644
--- a/packet.h
+++ b/packet.h
@@ -27,6 +27,7 @@
#define DROPBEAR_PACKET_H_
#include "includes.h"
+#include "queue.h"
void write_packet();
void read_packet();