pidgin: 06900885: Including internal.h here fixed a Window...

deryni at pidgin.im deryni at pidgin.im
Sun Jul 5 11:15:44 EDT 2009


-----------------------------------------------------------------
Revision: 069008851c2fc7dd29b430293ba8368fb25794c5
Ancestor: 27f8ad7e4093fbc99879c4465aff99b43e899f79
Author: deryni at pidgin.im
Date: 2009-06-27T18:12:10
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/069008851c2fc7dd29b430293ba8368fb25794c5

Modified files:
        libpurple/protocols/myspace/message.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- libpurple/protocols/myspace/message.c	3857bab70a12e1e1743d0007b0884d141cde57fd
+++ libpurple/protocols/myspace/message.c	28bf0b70059bea825c40dd1a643fe2523f8fdd1f
@@ -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);
 


More information about the Commits mailing list