From 5f2d9db1315d11408c7089c19259aa940bb7fc2a Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Wed, 11 Jun 2014 12:01:13 +0400 Subject: [PATCH] i2p.cpp: fix return code declaration --- i2p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p.cpp b/i2p.cpp index f441fc02..2bd2b5b8 100644 --- a/i2p.cpp +++ b/i2p.cpp @@ -1,5 +1,5 @@ #include - +#include #include "Daemon.h" int main( int argc, char* argv[] )