diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-06 21:29:34 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-06 21:29:34 +0100 |
commit | 1d18f972554c8bad0f08b3ff6727c87586e97094 (patch) | |
tree | ae3fc39553ecd87ed85b22860640d2859e9aa092 /src/handshake.c | |
parent | d4686dd79799c09faee49e1645f9b3c39ce1e993 (diff) | |
download | fastd-1d18f972554c8bad0f08b3ff6727c87586e97094.tar fastd-1d18f972554c8bad0f08b3ff6727c87586e97094.zip |
Reorganized type definitions
Diffstat (limited to 'src/handshake.c')
-rw-r--r-- | src/handshake.c | 1 |
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> |