changeset 30806:512213d2d301

Fix slp.h headers so it have anything it needs on its own.
author masca@cpw.pidgin.im
date Thu, 17 Jun 2010 20:01:31 +0000
parents dfada77da5cb
children b7a814c4c4e9
files libpurple/protocols/msn/slp.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */