comparison pidgin/gtkwhiteboard.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 58c8d6fc3aaf
children 8594fde2ace3 c4f836780e1c
comparison
equal deleted inserted replaced
29027:9feec7d1d95c 29028:f1437342cc0e
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 23
24 #include <stdlib.h>
25
26 #include "internal.h" 24 #include "internal.h"
27 #include "blist.h" 25 #include "blist.h"
28 #include "debug.h" 26 #include "debug.h"
29 27
30 #include "gtkwhiteboard.h" 28 #include "gtkwhiteboard.h"