Mercurial > pidgin
comparison libpurple/imgstore.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 | 1643ace55ef8 |
children |
comparison
equal
deleted
inserted
replaced
28646:9feec7d1d95c | 28647:f1437342cc0e |
---|---|
23 * along with this program; if not, write to the Free Software | 23 * along with this program; if not, write to the Free Software |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
25 * | 25 * |
26 */ | 26 */ |
27 | 27 |
28 #include <glib.h> | |
29 #include "internal.h" | 28 #include "internal.h" |
30 | 29 |
31 #include "dbus-maybe.h" | 30 #include "dbus-maybe.h" |
32 #include "debug.h" | 31 #include "debug.h" |
33 #include "imgstore.h" | 32 #include "imgstore.h" |