diff options
author | Martin Mares <mj@ucw.cz> | 2001-03-06 14:40:39 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2001-03-06 14:40:39 +0100 |
commit | 01b776e117d21ccfef996fd91c014c6e14a458a7 (patch) | |
tree | 0813e9b818fffb2e622b5a1f6ac2f92e60a6fdcb /client/client.c | |
parent | 27e993fb4ecc310a83da3a74b21b15c32c207a09 (diff) | |
download | bird-01b776e117d21ccfef996fd91c014c6e14a458a7.tar bird-01b776e117d21ccfef996fd91c014c6e14a458a7.zip |
Fixed <time.h> vs. <sys/time.h> problems.
Diffstat (limited to 'client/client.c')
-rw-r--r-- | client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client.c b/client/client.c index c579352..f3b5d69 100644 --- a/client/client.c +++ b/client/client.c @@ -13,7 +13,6 @@ #include <errno.h> #include <sys/socket.h> #include <sys/un.h> -#include <sys/time.h> #include <sys/types.h> #include <readline/readline.h> #include <readline/history.h> |