From 673800c947cd2303abf84252e863934bb1526efd Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Fri, 28 Nov 2014 23:51:32 -0500 Subject: [PATCH] forgot something --- src/windows.h | 4 ++++ 1 file changed, 4 insertions(+) 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;