comparison src/core.h @ 3367:3b00d97d59aa

[gaim-migrate @ 3386] There'll be more tommorow! Thanks for coming to the party. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 02 Aug 2002 04:52:48 +0000
parents 332df87cf3d6
children eb7b398051f2
comparison
equal deleted inserted replaced
3366:120e08ea5aee 3367:3b00d97d59aa
24 24
25 #ifdef HAVE_CONFIG_H 25 #ifdef HAVE_CONFIG_H
26 #include <config.h> 26 #include <config.h>
27 #endif 27 #endif
28 28
29 #include <iconv.h>
30 #include <langinfo.h>
29 #include <stdio.h> 31 #include <stdio.h>
30 #include <time.h> 32 #include <time.h>
31 #include <glib.h> 33 #include <glib.h>
32 #ifdef GAIM_PLUGINS 34 #ifdef GAIM_PLUGINS
33 #include <gmodule.h> 35 #include <gmodule.h>