1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

tests: fix compilation of tests

The header gui-curses.h doesn't need to be included (this causes an error
because the real ncurses lib header is not found when compiling tests).
This commit is contained in:
Sébastien Helleu
2014-08-02 11:38:58 +02:00
parent 35574d63ab
commit f9b04635d3
+3 -1
View File
@@ -37,7 +37,9 @@ extern "C"
#include "../src/plugins/plugin.h"
#include "../src/gui/gui-main.h"
#include "../src/gui/gui-buffer.h"
#include "../src/gui/curses/gui-curses.h"
extern void gui_main_init ();
extern void gui_main_loop ();
}
#include "CppUTest/CommandLineTestRunner.h"