mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 10:16:36 +02:00
only include audio_call.h if audio is defined
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user