diff options
Diffstat (limited to 'hostmux/hostmux.h')
-rw-r--r-- | hostmux/hostmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/hostmux.h b/hostmux/hostmux.h index 4f971473..d3ff0180 100644 --- a/hostmux/hostmux.h +++ b/hostmux/hostmux.h @@ -33,7 +33,7 @@ #endif /* Handy source of time. */ -volatile struct mapped_time_value *hostmux_maptime; +extern volatile struct mapped_time_value *hostmux_maptime; /* The state associated with a host multiplexer translator. */ struct hostmux |