diff --git a/src/windows.h b/src/windows.h index a6a92c0..ef97f5e 100644 --- a/src/windows.h +++ b/src/windows.h @@ -76,6 +76,10 @@ struct cqueue_thread { pthread_t tid; }; +struct audio_thread { + pthread_t tid; +}; + struct arg_opts { int ignore_data_file; int use_ipv4;