mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:23:01 +01:00
only include audio_call.h if audio is defined
This commit is contained in:
parent
4a337ae3cb
commit
751b5f9943
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user