diff options
| author | Jordan Lewis <[email protected]> | 2011-05-15 16:52:31 -0500 |
|---|---|---|
| committer | Jordan Lewis <[email protected]> | 2011-05-15 22:23:37 -0500 |
| commit | edd309e5373022f9737cb97b7f38872e46a53cd4 (patch) | |
| tree | 00d33e1578bfc16c722f5c0f9ed1baf84f2a4186 /src/net.cpp | |
| parent | Only include net.h when we have to (diff) | |
| download | discoin-edd309e5373022f9737cb97b7f38872e46a53cd4.tar.xz discoin-edd309e5373022f9737cb97b7f38872e46a53cd4.zip | |
Only include init.h when we have to
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 60a91dffd..51d29022b 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -6,6 +6,7 @@ #include "irc.h" #include "db.h" #include "net.h" +#include "init.h" #ifdef USE_UPNP #include <miniupnpc/miniwget.h> |