mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19: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:
@@ -21,7 +21,9 @@
|
||||
#define WEECHAT_XFER_H 1
|
||||
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <gcrypt.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#define weechat_plugin weechat_xfer_plugin
|
||||
#define XFER_PLUGIN_NAME "xfer"
|
||||
|
||||
Reference in New Issue
Block a user