comparison: src/protocols/jabber/jabber.c
src/protocols/jabber/jabber.c
- changeset 4608
- c165a90c65fc
- parent 4591
- 8e8206e42604
- child 4634
- c4318fc60090
equal
deleted
inserted
replaced
| 42 #include <string.h> |
42 #include <string.h> |
| 43 #include <stdlib.h> |
43 #include <stdlib.h> |
| 44 #include <stdio.h> |
44 #include <stdio.h> |
| 45 #include <time.h> |
45 #include <time.h> |
| 46 #include <sys/stat.h> |
46 #include <sys/stat.h> |
| |
47 #include "gaim.h" |
| 47 #include "multi.h" |
48 #include "multi.h" |
| 48 #include "prpl.h" |
49 #include "prpl.h" |
| 49 #include "gaim.h" |
|
| 50 #ifdef MAX |
50 #ifdef MAX |
| 51 #undef MAX |
51 #undef MAX |
| 52 #endif |
52 #endif |
| 53 #ifdef MIN |
53 #ifdef MIN |
| 54 #undef MIN |
54 #undef MIN |