Mercurial > pidgin
comparison libpurple/plugins/log_reader.c @ 28647: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 | 8d1e8060b1d8 |
children | 5434f768917b |
comparison
equal
deleted
inserted
replaced
28646:9feec7d1d95c | 28647:f1437342cc0e |
---|---|
1 #include "internal.h" | |
2 | |
1 #include <stdio.h> | 3 #include <stdio.h> |
2 | |
3 #include "internal.h" | |
4 | 4 |
5 #include "debug.h" | 5 #include "debug.h" |
6 #include "log.h" | 6 #include "log.h" |
7 #include "plugin.h" | 7 #include "plugin.h" |
8 #include "pluginpref.h" | 8 #include "pluginpref.h" |