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:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user