comparison: pidgin/plugins/crazychat/crazychat.h
pidgin/plugins/crazychat/crazychat.h
- changeset 15884
- 4de1981757fc
- parent 15435
- 4b933b06d75e
- child 16238
- 33bf2fd32108
- child 18068
- b6554e3c8224
- child 20478
- 46933dc62880
equal
deleted
inserted
replaced
| 5 #include <sys/types.h> |
5 #include <sys/types.h> |
| 6 #include <sys/socket.h> |
6 #include <sys/socket.h> |
| 7 #include <netinet/in.h> |
7 #include <netinet/in.h> |
| 8 #include <gtk/gtk.h> |
8 #include <gtk/gtk.h> |
| 9 #include "filter.h" |
9 #include "filter.h" |
| 10 #include "gaim.h" |
10 #include "purple.h" |
| 11 |
11 |
| 12 #ifdef HAVE_CONFIG_H |
12 #ifdef HAVE_CONFIG_H |
| 13 # include "config.h" |
13 # include "config.h" |
| 14 #endif |
14 #endif |
| 15 |
15 |