summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/torrent/serverauthenticate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/torrent/serverauthenticate.h')
-rw-r--r--src/libktorrent/torrent/serverauthenticate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/torrent/serverauthenticate.h b/src/libktorrent/torrent/serverauthenticate.h
index 63ebff8..bb82e39 100644
--- a/src/libktorrent/torrent/serverauthenticate.h
+++ b/src/libktorrent/torrent/serverauthenticate.h
@@ -21,6 +21,7 @@
#define BTSERVERAUTHENTICATE_H
#include "authenticatebase.h"
+#include <libktorrent_export.h>
namespace bt
{
@@ -35,7 +36,7 @@ namespace bt
* Once the authentication is finished, the socket gets handed over
* to the right PeerManager.
*/
- class ServerAuthenticate : public AuthenticateBase
+ class LIBKTORRENT_EXPORT ServerAuthenticate : public AuthenticateBase
{
TQ_OBJECT