Fix inclusion type.

This commit is contained in:
Ben Wiederhake 2015-10-04 16:40:57 +02:00
parent b469af3582
commit 7ad9a0a45c
2 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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