# HG changeset patch # User masca@cpw.pidgin.im # Date 1276804891 0 # Node ID 512213d2d3012201dad897c348750aff49946780 # Parent dfada77da5cb702d59d761a705781ff9a822c450 Fix slp.h headers so it have anything it needs on its own. diff -r dfada77da5cb -r 512213d2d301 libpurple/protocols/msn/slp.h --- 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 */