Mercurial > pidgin
comparison src/server.c @ 335:71be288e7578
[gaim-migrate @ 345]
Thanks to Brian Ryner for this fix. I've really gotta learn to be more careful
about these kinds of things....
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 05 Jun 2000 17:00:57 +0000 |
| parents | f3c8d79688db |
| children | 9d258a0aa560 |
comparison
equal
deleted
inserted
replaced
| 334:0fa651368776 | 335:71be288e7578 |
|---|---|
| 26 #include <sys/stat.h> | 26 #include <sys/stat.h> |
| 27 #include <sys/time.h> | 27 #include <sys/time.h> |
| 28 #include <unistd.h> | 28 #include <unistd.h> |
| 29 #include <gtk/gtk.h> | 29 #include <gtk/gtk.h> |
| 30 #ifdef USE_OSCAR | 30 #ifdef USE_OSCAR |
| 31 #include <aim.h> | 31 #include <faim/aim.h> |
| 32 extern int gaim_caps; | 32 extern int gaim_caps; |
| 33 #endif | 33 #endif |
| 34 #include "gaim.h" | 34 #include "gaim.h" |
| 35 | 35 |
| 36 static int idle_timer = -1; | 36 static int idle_timer = -1; |
