diff options
| author | arg@10ksloc.org <unknown> | 2006-07-20 17:27:30 +0200 |
|---|---|---|
| committer | arg@10ksloc.org <unknown> | 2006-07-20 17:27:30 +0200 |
| commit | a1237900a9d509f4cd819d5eb360f711fb8ded02 (patch) | |
| tree | b6b4720d78ecfb465057b5427bf93ba67a651b31 | |
| parent | 8693d1725f57a1610fc42fe2d20b91b60181fee3 (diff) | |
| download | cic-a1237900a9d509f4cd819d5eb360f711fb8ded02.tar.gz | |
added sys/time.h inclusion
| -rw-r--r-- | sic.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,8 +10,9 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/socket.h> #include <time.h> +#include <sys/socket.h> +#include <sys/time.h> #define PINGTIMEOUT 300 #define MAXMSG 4096 |
