mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +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,7 @@
|
||||
#ifndef WEECHAT_EXEC_H
|
||||
#define WEECHAT_EXEC_H 1
|
||||
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
#define weechat_plugin weechat_exec_plugin
|
||||
|
||||
Reference in New Issue
Block a user