comparison: src/core.h
src/core.h
- changeset 3370
- 463e18cf01e8
- parent 3367
- cb32334700d2
- child 3461
- 0a08212ccb02
equal
deleted
inserted
replaced
| 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 #ifdef HAVE_ICONV |
| 29 #include <iconv.h> |
30 #include <iconv.h> |
| |
31 #endif |
| |
32 |
| |
33 #ifdef HAVE_LANGINFO_CODESET |
| 30 #include <langinfo.h> |
34 #include <langinfo.h> |
| |
35 #endif |
| |
36 |
| 31 #include <stdio.h> |
37 #include <stdio.h> |
| 32 #include <time.h> |
38 #include <time.h> |
| 33 #include <glib.h> |
39 #include <glib.h> |
| 34 #ifdef GAIM_PLUGINS |
40 #ifdef GAIM_PLUGINS |
| 35 #include <gmodule.h> |
41 #include <gmodule.h> |