Fix slp.h headers so it have anything it needs on its own. soc.2010.msn-tlc

Thu, 17 Jun 2010 20:01:31 +0000

author
Jorge Villaseñor <masca@cpw.pidgin.im>
date
Thu, 17 Jun 2010 20:01:31 +0000
branch
soc.2010.msn-tlc
changeset 31008
77001d79d3f6
parent 31007
336b38bb5876
child 31009
abaa37a6fd71

Fix slp.h headers so it have anything it needs on its own.

libpurple/protocols/msn/slp.h file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/slp.h	Thu Jun 17 19:54:52 2010 +0000
+++ b/libpurple/protocols/msn/slp.h	Thu Jun 17 20:01:31 2010 +0000
@@ -25,9 +25,12 @@
 #define MSN_SLP_H
 
 #include "internal.h"
+#include "ft.h"
 
 #include "session.h"
 #include "slpcall.h"
+#include "slplink.h"
+#include "user.h"
 
 #define MAX_FILE_NAME_LEN 260 /* MAX_PATH in Windows */
 

mercurial