1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 15:57:45 +02:00

include config header

This commit is contained in:
Jfreegman 2014-06-14 13:54:21 -04:00
parent 1b5da956e5
commit 499c66f411
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

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