comparison: src/aim.c
src/aim.c
- changeset 1261
- 57936cac4ea1
- parent 1254
- acb7539010c0
- child 1299
- 51d7e0e6781e
equal
deleted
inserted
replaced
| 21 |
21 |
| 22 #ifdef HAVE_CONFIG_H |
22 #ifdef HAVE_CONFIG_H |
| 23 #include "../config.h" |
23 #include "../config.h" |
| 24 #endif |
24 #endif |
| 25 #ifdef USE_APPLET |
25 #ifdef USE_APPLET |
| 26 #include "gnome_applet_mgr.h" |
26 #include "applet.h" |
| 27 #include <gnome.h> |
27 #include <gnome.h> |
| 28 #else |
28 #else |
| 29 #ifdef USE_GNOME |
29 #ifdef USE_GNOME |
| 30 #include <gnome.h> |
30 #include <gnome.h> |
| 31 #endif /* USE_GNOME */ |
31 #endif /* USE_GNOME */ |