Fix inclusion type.
This commit is contained in:
parent
b469af3582
commit
7ad9a0a45c
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include <server.h>
|
||||
#include <tgl.h>
|
||||
#include <msglog.h>
|
||||
#include "msglog.h"
|
||||
#include <assert.h>
|
||||
|
||||
PurpleAccount *tg_get_acc (struct tgl_state *TLS) {
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <eventloop.h>
|
||||
#include <telegram-purple.h>
|
||||
#include <msglog.h>
|
||||
#include "telegram-purple.h"
|
||||
#include "msglog.h"
|
||||
|
||||
#ifndef POLLRDHUP
|
||||
#define POLLRDHUP 0
|
||||
|
|
Loading…
Add table
Reference in a new issue