# | Line 25 | Line 25 | |
---|---|---|
25 | #include <netinet/in.h> | |
26 | #include "ukcprog.h" | |
27 | #include <netdb.h> | |
28 | < | #include <strings.h> |
28 | > | #include <string.h> |
29 | #include "statgrab.h" | |
30 | + | #include <time.h> |
31 | ||
32 | #define RECONFIGURE_RETURN_CODE 2 | |
33 | #define UDP_MAX_PACKET_SIZE 8192 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |