mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:13:02 +01:00
include config header
This commit is contained in:
parent
1b5da956e5
commit
499c66f411
@ -20,6 +20,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -28,7 +32,7 @@
|
||||
#include "configdir.h"
|
||||
|
||||
#ifdef _SUPPORT_AUDIO
|
||||
#include "audio_call.h"
|
||||
#include "audio_call.h"
|
||||
#endif
|
||||
|
||||
#include "settings.h"
|
||||
|
Loading…
Reference in New Issue
Block a user