mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
tests: fix compilation of tests on FreeBSD 11
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD.
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef WEECHAT_GUI_CHAT_H
|
||||
#define WEECHAT_GUI_CHAT_H 1
|
||||
|
||||
#include <time.h>
|
||||
|
||||
struct t_hashtable;
|
||||
struct t_gui_window;
|
||||
struct t_gui_buffer;
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef WEECHAT_GUI_KEY_H
|
||||
#define WEECHAT_GUI_KEY_H 1
|
||||
|
||||
#include <time.h>
|
||||
|
||||
struct t_hashtable;
|
||||
|
||||
#define GUI_KEY_BUFFER_BLOCK_SIZE 256
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef WEECHAT_GUI_LINE_H
|
||||
#define WEECHAT_GUI_LINE_H 1
|
||||
|
||||
#include <time.h>
|
||||
#include <regex.h>
|
||||
|
||||
struct t_infolist;
|
||||
|
||||
Reference in New Issue
Block a user