comparison src/aim.c @ 395:9a436c1d128d

[gaim-migrate @ 405] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 13:23:53 +0000
parents df5127560034
children d6f02d7f78d8
comparison
equal deleted inserted replaced
394:f73dc7d32ede 395:9a436c1d128d
28 #ifdef USE_APPLET 28 #ifdef USE_APPLET
29 #include "gnome_applet_mgr.h" 29 #include "gnome_applet_mgr.h"
30 #include <gnome.h> 30 #include <gnome.h>
31 #endif /* USE_APPLET */ 31 #endif /* USE_APPLET */
32 #endif /* USE_THEMES */ 32 #endif /* USE_THEMES */
33 #ifdef GAIM_PLUGINS
34 #include <dlfcn.h>
35 #endif /* GAIM_PLUGINS */
33 #include <gtk/gtk.h> 36 #include <gtk/gtk.h>
34 #include <gdk/gdkx.h> 37 #include <gdk/gdkx.h>
35 #include <gdk/gdk.h> 38 #include <gdk/gdk.h>
36 #include <unistd.h> 39 #include <unistd.h>
37 #include <netinet/in.h> 40 #include <netinet/in.h>