summaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index e08081dd71..8f0577f9b6 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -4290,7 +4290,7 @@ channel_parse_messages(void)
int r;
ch_part_T part = PART_SOCK;
#ifdef ELAPSED_FUNC
- ELAPSED_TYPE start_tv;
+ elapsed_T start_tv;
ELAPSED_INIT(start_tv);
#endif