| # | Line 12 | Line 12 | static const char RCSid[] = "$Id"; | |
|---|---|---|
| 12 | #include "copyright.h" | |
| 13 | ||
| 14 | #include <time.h> | |
| 15 | < | #ifndef _WIN32 |
| 15 | > | #ifdef _WIN32 |
| 16 | > | #include <winsock.h> /* struct timeval. XXX find a replacement? */ |
| 17 | > | #else |
| 18 | #include <sys/time.h> | |
| 19 | #endif | |
| 20 | #include <ctype.h> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |