Browse Source

Mdport -= curses.h

metaverse
jl777 5 years ago
parent
commit
360cb73281
  1. 5
      src/cc/rogue/mdport.c
  2. 2
      src/cc/rogue/rogue.h

5
src/cc/rogue/mdport.c

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

2
src/cc/rogue/rogue.h

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

Loading…
Cancel
Save