Sat, 27 Jun 2009 18:12:10 +0000
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.
| libpurple/protocols/myspace/message.c | file | annotate | diff | comparison | revisions |
--- 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);