summaryrefslogtreecommitdiff
path: root/libpurple/xmlnode.c
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-11-27 07:12:35 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-11-27 07:12:35 +0000
commitde2b15299041a62abb6ba66f8a5863f0b99da194 (patch)
treeb53d26bbb0f6f663de041bf0e81f59e9221eb2fb /libpurple/xmlnode.c
parentd54952dca8ae20e97df51c00af1ba30d0d9fccb8 (diff)
downloadpidgin-de2b15299041a62abb6ba66f8a5863f0b99da194.tar.gz
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
Diffstat (limited to 'libpurple/xmlnode.c')
-rw-r--r--libpurple/xmlnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/xmlnode.c b/libpurple/xmlnode.c
index ae59687321..b46d22ea07 100644
--- a/libpurple/xmlnode.c
+++ b/libpurple/xmlnode.c
@@ -29,8 +29,8 @@
* as I want to be. Thank you libxode for giving me a good starting point */
#define _PURPLE_XMLNODE_C_
-#include "debug.h"
#include "internal.h"
+#include "debug.h"
#include <libxml/parser.h>
#include <string.h>