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