Mdport -= curses.h

This commit is contained in:
jl777
2019-02-17 00:53:51 -11:00
parent a76f1fd959
commit 360cb73281
2 changed files with 5 additions and 2 deletions

View File

@@ -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>

View File

@@ -30,10 +30,8 @@
#include <errno.h>
#ifndef BUILD_ROGUE
xxx
#include <curses.h>
#else
yyy
#include "cursesd.h"
#endif