# HG changeset patch # User Etan Reisner # Date 1246126330 0 # Node ID df7705d4b19a0e6a2b416d9ac00ba4044f8b3967 # Parent 6ce4c8f80d047690b2d7ce9cc06cfe8fbecc695d Including internal.h here fixed a Windows build ages ago but struck me as odd at the time, this seems to work for me just as well. diff -r 6ce4c8f80d04 -r df7705d4b19a libpurple/protocols/myspace/message.c --- a/libpurple/protocols/myspace/message.c Sat Jun 27 00:11:53 2009 +0000 +++ b/libpurple/protocols/myspace/message.c Sat Jun 27 18:12:10 2009 +0000 @@ -19,9 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ -#include "internal.h" +#include "myspace.h" #include "message.h" -#include "myspace.h" static void msim_msg_debug_string_element(gpointer data, gpointer user_data);