diff --git a/tmate.h b/tmate.h index 8a7063cf..446e44f1 100644 --- a/tmate.h +++ b/tmate.h @@ -3,6 +3,7 @@ #include #include +#include #include #include "tmux.h" @@ -98,9 +99,6 @@ extern void tmate_replayer_init(struct tmate_replayer *replayer, /* tmate-ssh-client.c */ -typedef struct ssh_session_struct* ssh_session; -typedef struct ssh_channel_struct* ssh_channel; - #define TMATE_ROLE_SERVER 1 #define TMATE_ROLE_CLIENT 2