mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +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,6 +21,7 @@
|
||||
#ifndef WEECHAT_IRC_SERVER_H
|
||||
#define WEECHAT_IRC_SERVER_H 1
|
||||
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <regex.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user