diff libpurple/protocols/qq/qq_network.c @ 29028:f1437342cc0e

Include 'internal.h' before all other headers to make some non-gcc compilers happy. This in particular impacts Solaris8, where the system headers set _FILE_OFFSET_BITS to 32, even when it's detected by the config scripts as 64. Refs #10523
author Paul Aurich <paul@darkrain42.org>
date Fri, 27 Nov 2009 07:12:35 +0000
parents 9ab9e5f1eec2
children 351d07aefb09
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq_network.c	Thu Nov 26 22:47:53 2009 +0000
+++ b/libpurple/protocols/qq/qq_network.c	Fri Nov 27 07:12:35 2009 +0000
@@ -22,9 +22,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 
+#include "internal.h"
 #include "cipher.h"
 #include "debug.h"
-#include "internal.h"
 
 #include "buddy_info.h"
 #include "group_info.h"