comparison pidgin/plugins/gtk-signals-test.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 3cc856ca2338
children
comparison
equal deleted inserted replaced
29027:9feec7d1d95c 29028:f1437342cc0e
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 * 02111-1301, USA. 19 * 02111-1301, USA.
20 */ 20 */
21 #define GTK_SIGNAL_TEST_PLUGIN_ID "gtk-signals-test" 21 #define GTK_SIGNAL_TEST_PLUGIN_ID "gtk-signals-test"
22 22
23 #include "internal.h"
24
23 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
24 26
25 #include "internal.h"
26 #include "debug.h" 27 #include "debug.h"
27 #include "version.h" 28 #include "version.h"
28 29
29 #include "gtkaccount.h" 30 #include "gtkaccount.h"
30 #include "gtkblist.h" 31 #include "gtkblist.h"