forked from github/server
fix curses compilation underncurses.
will have to devise some other hack to fix windows
This commit is contained in:
parent
47a9728db9
commit
25328d2a62
|
@ -1,10 +1,7 @@
|
|||
#include <curses.h>
|
||||
#include <platform.h>
|
||||
#include <kernel/types.h>
|
||||
|
||||
#undef bool
|
||||
#include <curses.h>
|
||||
#include <util/bool.h>
|
||||
|
||||
#include "bind_gmtool.h"
|
||||
#include "../gmtool.h"
|
||||
#include "../gmtool_structs.h"
|
||||
|
|
|
@ -8,10 +8,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */
|
||||
#include <platform.h>
|
||||
#undef bool
|
||||
#include <curses.h>
|
||||
#include <platform.h>
|
||||
#include <util/bool.h>
|
||||
|
||||
#include <kernel/config.h>
|
||||
|
|
|
@ -9,13 +9,10 @@
|
|||
*/
|
||||
|
||||
/* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */
|
||||
#include <curses.h>
|
||||
#include <platform.h>
|
||||
#include <kernel/config.h>
|
||||
|
||||
#undef bool
|
||||
#include <curses.h>
|
||||
#include <util/bool.h>
|
||||
|
||||
#include "listbox.h"
|
||||
#include "gmtool_structs.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue