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 */