aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/tap-follow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-follow.c b/ui/cli/tap-follow.c
index 1bb4250319..e625092ff0 100644
--- a/ui/cli/tap-follow.c
+++ b/ui/cli/tap-follow.c
@@ -53,7 +53,7 @@ typedef struct _cli_follow_info {
address addr[2];
union {
guint32 addrBuf_v4;
- struct e_in6_addr addrBuf_v6;
+ ws_in6_addr addrBuf_v6;
} addrBuf[2];
} cli_follow_info_t;