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
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 /binlog.c
parent859829dc9b9dfab261f2685f1bc6a4b428160a7f (diff)
Fixed headers
Diffstat (limited to 'binlog.c')
-rw-r--r--binlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binlog.c b/binlog.c
index 7c89ac1..ae8142c 100644
--- a/binlog.c
+++ b/binlog.c
@@ -34,7 +34,7 @@
#include <assert.h>
#include <openssl/bn.h>
-#include "binlog.h"
+#include "tgl-binlog.h"
#include "mtproto-common.h"
//#include "net.h"
#include "mtproto-client.h"
@@ -42,7 +42,7 @@
#include "tgl.h"
#include "auto.h"
-#include "structures.h"
+#include "tgl-structures.h"
#include <openssl/sha.h>