Fixed CE without libconfig

This commit is contained in:
vysheng 2013-11-11 00:35:08 +04:00
parent 8c30413d6c
commit 25541385ee

2
main.c
View file

@ -38,7 +38,9 @@
#include <fcntl.h>
#include <execinfo.h>
#include <signal.h>
#ifdef ENABLE_LIBCONFIG
#include <libconfig.h>
#endif
#include "loop.h"
#include "mtproto-client.h"