summaryrefslogtreecommitdiffstats
path: root/src/handshake.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-06 21:29:34 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-06 21:29:34 +0100
commit1d18f972554c8bad0f08b3ff6727c87586e97094 (patch)
treeae3fc39553ecd87ed85b22860640d2859e9aa092 /src/handshake.c
parentd4686dd79799c09faee49e1645f9b3c39ce1e993 (diff)
downloadfastd-1d18f972554c8bad0f08b3ff6727c87586e97094.tar
fastd-1d18f972554c8bad0f08b3ff6727c87586e97094.zip
Reorganized type definitions
Diffstat (limited to 'src/handshake.c')
-rw-r--r--src/handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake.c b/src/handshake.c
index f9dec71..991d994 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -27,6 +27,7 @@
#include "handshake.h"
#include "packet.h"
+#include "peer.h"
#include "task.h"
#include <string.h>