From 751b5f9943b5dc9243f7e6f682731a021377bff2 Mon Sep 17 00:00:00 2001 From: JFreegman Date: Wed, 26 Nov 2014 12:24:52 -0500 Subject: [PATCH] only include audio_call.h if audio is defined --- src/groupchat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/groupchat.h b/src/groupchat.h index 7cfa95a..4769662 100644 --- a/src/groupchat.h +++ b/src/groupchat.h @@ -25,7 +25,10 @@ #include "toxic.h" #include "windows.h" + +#ifdef AUDIO #include "audio_call.h" +#endif #define SIDEBAR_WIDTH 16 #define SDBAR_OFST 2 /* Offset for the peer number box at the top of the statusbar */