--- a/libpurple/protocols/msn/directconn.h Wed Jun 02 20:51:24 2010 +0000 +++ b/libpurple/protocols/msn/directconn.h Sun Jun 06 21:27:12 2010 +0000 @@ -34,6 +34,7 @@ #include "slp.h" #include "slplink.h" #include "slpmsg.h" +#include "p2p.h" typedef enum { @@ -100,7 +101,7 @@ GQueue *out_queue; /**< The outgoing packet queue */ int msg_pos; /**< The position of next byte to be sent in the actual packet */ - MsnSlpHeader header; /**< SLP header for parsing / serializing */ + MsnP2PHeader header; /**< SLP header for parsing / serializing */ /** The callback used for sending information to the peer about the opened socket */ void (*send_connection_info_msg_cb)(MsnDirectConn *);