Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tgl.c
diff options
context:
space:
mode:
authorVysheng <mail@vysheng.ru>2014-11-12 16:10:55 +0300
committerVysheng <mail@vysheng.ru>2014-11-12 16:10:55 +0300
commitb51840222e1b0dc400ea69e71fdea40c31e7ecab (patch)
treec452922e239a6c7197bda012b7bf1dca6c0df6e6 /tgl.c
parent859829dc9b9dfab261f2685f1bc6a4b428160a7f (diff)
Fixed headers
Diffstat (limited to 'tgl.c')
-rw-r--r--tgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tgl.c b/tgl.c
index c6a1d77..cd8be3c 100644
--- a/tgl.c
+++ b/tgl.c
@@ -25,7 +25,7 @@
#include "tgl.h"
#include "tools.h"
#include "mtproto-client.h"
-#include "structures.h"
+#include "tgl-structures.h"
//#include "net.h"
#include <assert.h>