Mercurial > pidgin.yaz
diff libpurple/xmlnode.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 | 01f1929d0936 |
| children | f6f35d5960e9 |
line wrap: on
line diff
--- a/libpurple/xmlnode.c Thu Nov 26 22:47:53 2009 +0000 +++ b/libpurple/xmlnode.c Fri Nov 27 07:12:35 2009 +0000 @@ -29,8 +29,8 @@ * as I want to be. Thank you libxode for giving me a good starting point */ #define _PURPLE_XMLNODE_C_ +#include "internal.h" #include "debug.h" -#include "internal.h" #include <libxml/parser.h> #include <string.h>
