# | Line 43 | Line 43 | |
---|---|---|
43 | #include <time.h> | |
44 | #include <sys/time.h> | |
45 | #else | |
46 | + | #ifdef __bsdi__ |
47 | + | #include <sys/time.h> |
48 | + | #endif |
49 | #include <sys/select.h> | |
50 | #endif | |
51 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |