comparison: src/plugins.c
src/plugins.c
- changeset 2090
- bab8b7e309db
- parent 2086
- 007508451e2c
- child 2102
- 2d024ad2e07b
equal
deleted
inserted
replaced
| 29 * Mike is my roomate. I can assure you that he's lazy :-P -- Rob rob@marko.net |
29 * Mike is my roomate. I can assure you that he's lazy :-P -- Rob rob@marko.net |
| 30 * |
30 * |
| 31 */ |
31 */ |
| 32 |
32 |
| 33 #ifdef HAVE_CONFIG_H |
33 #ifdef HAVE_CONFIG_H |
| 34 #include "../config.h" |
34 #include <config.h> |
| 35 #endif |
35 #endif |
| 36 |
36 |
| 37 #include <string.h> |
37 #include <string.h> |
| 38 #include <sys/time.h> |
38 #include <sys/time.h> |
| 39 |
39 |