mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33: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_IRC_PROTOCOL_H
|
||||
#define WEECHAT_IRC_PROTOCOL_H 1
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#define IRC_PROTOCOL_CALLBACK(__command) \
|
||||
int \
|
||||
irc_protocol_cb_##__command (struct t_irc_server *server, \
|
||||
|
||||
Reference in New Issue
Block a user