mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 13:46:36 +02:00
Fix toxic build when toxav is not available
This commit is contained in:
@ -33,7 +33,10 @@
|
||||
#include "chat.h"
|
||||
#include "friendlist.h"
|
||||
#include "misc_tools.h"
|
||||
|
||||
#ifdef _SUPPORT_AUDIO
|
||||
#include "audio_call.h"
|
||||
#endif
|
||||
|
||||
extern char *DATA_FILE;
|
||||
extern ToxWindow *prompt;
|
||||
|
Reference in New Issue
Block a user