Mercurial > pidgin
comparison src/plugins.c @ 885:db5f5c33e83f
[gaim-migrate @ 895]
Thank to William Bader for this fix
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 12 Sep 2000 16:51:54 +0000 |
| parents | 9a123b171f46 |
| children | 2876c40108cd |
comparison
equal
deleted
inserted
replaced
| 884:d4e0d5b35811 | 885:db5f5c33e83f |
|---|---|
| 30 | 30 |
| 31 #ifdef HAVE_CONFIG_H | 31 #ifdef HAVE_CONFIG_H |
| 32 #include "../config.h" | 32 #include "../config.h" |
| 33 #endif | 33 #endif |
| 34 | 34 |
| 35 #ifdef GAIM_PLUGINS | |
| 36 | |
| 37 #include <string.h> | 35 #include <string.h> |
| 38 #include <sys/time.h> | 36 #include <sys/time.h> |
| 39 | 37 |
| 40 #include <sys/types.h> | 38 #include <sys/types.h> |
| 41 #include <sys/stat.h> | 39 #include <sys/stat.h> |
| 43 #include <unistd.h> | 41 #include <unistd.h> |
| 44 #include <stdio.h> | 42 #include <stdio.h> |
| 45 #include <stdlib.h> | 43 #include <stdlib.h> |
| 46 #include <gtk/gtk.h> | 44 #include <gtk/gtk.h> |
| 47 #include "gaim.h" | 45 #include "gaim.h" |
| 46 | |
| 47 #ifdef GAIM_PLUGINS | |
| 48 | 48 |
| 49 #include <dlfcn.h> | 49 #include <dlfcn.h> |
| 50 | 50 |
| 51 /* ------------------ Global Variables ----------------------- */ | 51 /* ------------------ Global Variables ----------------------- */ |
| 52 | 52 |
