comparison libpurple/desktopitem.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 da33da2e1a1e
children c60c9c95bb00
comparison
equal deleted inserted replaced
29027:9feec7d1d95c 29028:f1437342cc0e
51 * License along with the Gnome Library; see the file COPYING.LIB. If not, 51 * License along with the Gnome Library; see the file COPYING.LIB. If not,
52 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 52 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
53 * Boston, MA 02111-1301, USA. 53 * Boston, MA 02111-1301, USA.
54 */ 54 */
55 55
56 #include "internal.h"
56 #include <errno.h> 57 #include <errno.h>
57 #include <stdio.h> 58 #include <stdio.h>
58 #include <string.h> 59 #include <string.h>
59 #include <time.h> 60 #include <time.h>
60 #include "desktopitem.h" 61 #include "desktopitem.h"
61 #include "internal.h"
62 62
63 struct _PurpleDesktopItem { 63 struct _PurpleDesktopItem {
64 int refcount; 64 int refcount;
65 65
66 /* all languages used */ 66 /* all languages used */