1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 06:26:36 +02:00

include config header

This commit is contained in:
Jfreegman
2014-06-14 13:54:21 -04:00
parent 1b5da956e5
commit 499c66f411

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"