comparison src/buddy.c @ 3279:86fdd015f40e

[gaim-migrate @ 3297] Fewer compile warnings! Thanks, Ari Pollak (I even spelled your name correctly) Also, I think one of these warnings may have fixed a sporadic Hotmail auth failure; let me know if you still get those. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 29 May 2002 01:23:38 +0000
parents 30ca1b76ad0c
children b0d5ce77f7dd
comparison
equal deleted inserted replaced
3278:30ca1b76ad0c 3279:86fdd015f40e
35 #include <stdlib.h> 35 #include <stdlib.h>
36 #include <ctype.h> 36 #include <ctype.h>
37 #include <math.h> 37 #include <math.h>
38 #include <time.h> 38 #include <time.h>
39 #include <unistd.h> 39 #include <unistd.h>
40 #include <ctype.h>
40 41
41 #include <gdk/gdkkeysyms.h> 42 #include <gdk/gdkkeysyms.h>
42 #include <gtk/gtk.h> 43 #include <gtk/gtk.h>
43 #include <gdk/gdkx.h> 44 #include <gdk/gdkx.h>
44 #include "prpl.h" 45 #include "prpl.h"