Fixed compile error without ssl library.

pull/1/head
Tatsuhiro Tsujikawa 2010-12-04 00:37:42 +09:00
parent 8f39257fd5
commit f9a6697352
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
#include "XmlRpcResponse.h"
#include "SegmentMan.h"
#include "TimedHaltCommand.h"
#include "PeerStat.h"
#ifdef ENABLE_BITTORRENT
# include "bittorrent_helper.h"
# include "BtRegistry.h"