1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00

only include audio_call.h if audio is defined

This commit is contained in:
JFreegman 2014-11-26 12:24:52 -05:00
parent 4a337ae3cb
commit 751b5f9943

View File

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