1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +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:
Sébastien Helleu
2017-01-13 20:57:59 +01:00
parent b547bf6bbb
commit 1361602ea5
27 changed files with 52 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_TRIGGER_CALLBACK_H
#define WEECHAT_TRIGGER_CALLBACK_H 1
#include <time.h>
#define TRIGGER_CALLBACK_CB_INIT(__rc) \
struct t_trigger *trigger; \
struct t_hashtable *pointers, *extra_vars; \