Mdport -= curses.h
This commit is contained in:
@@ -81,7 +81,12 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_ROGUE
|
||||
#include <curses.h> /* AIX requires curses.h be included before term.h */
|
||||
#else
|
||||
#include "cursesd.h"
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(HAVE_TERM_H)
|
||||
#include <term.h>
|
||||
|
||||
@@ -30,10 +30,8 @@
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef BUILD_ROGUE
|
||||
xxx
|
||||
#include <curses.h>
|
||||
#else
|
||||
yyy
|
||||
#include "cursesd.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user