1
0
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:
jin-eld
2014-03-16 20:28:46 +01:00
parent a5a7361370
commit 8024757e57
2 changed files with 5 additions and 0 deletions

View File

@ -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;