diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-05-18 11:42:26 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-05-18 11:42:26 +0200 |
commit | 05476c4d04a24bdb26fa64e05ab31bc36118f34e (patch) | |
tree | e775f059cfb4bb027c444bb53eb9356e643082c8 /client | |
parent | 1149aa977d906a6400f998d5f6600871584395d0 (diff) |
IPv4/IPv6 integrated socket code.
Diffstat (limited to 'client')
-rw-r--r-- | client/birdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/birdc.c b/client/birdc.c index 6d4c86a9..ccf758be 100644 --- a/client/birdc.c +++ b/client/birdc.c @@ -19,7 +19,6 @@ #include "lib/resource.h" #include "lib/string.h" #include "client/client.h" -#include "sysdep/unix/unix.h" static int input_hidden_end; static int prompt_active; |