diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-02 16:57:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-02 16:57:11 +0100 |
commit | cd47acaf3cc874f8d26acca56fa6cef6110d946d (patch) | |
tree | 868fc139d8110bc04906eff36f6a9e7aed1ced8d /src/fastd.c | |
parent | a77ec603a763ae484c70a83a9c5c0b835622cd0b (diff) | |
download | fastd-cd47acaf3cc874f8d26acca56fa6cef6110d946d.tar fastd-cd47acaf3cc874f8d26acca56fa6cef6110d946d.zip |
Move a few prototypes from fastd.h into a new config.h
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c index 175dc00..6c2b9e5 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -25,6 +25,7 @@ #include "fastd.h" +#include "config.h" #include "handshake.h" #include "peer.h" #include <fastd_version.h> |