mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-19 15:56:24 -05:00
curses.h now comes in standard include directory on Cygwin.
This commit is contained in:
parent
4c8493a888
commit
b5405fa6b8
5
tcap.c
5
tcap.c
@ -20,14 +20,9 @@
|
|||||||
#define termdef 1 /* Don't define "term" external. */
|
#define termdef 1 /* Don't define "term" external. */
|
||||||
|
|
||||||
#ifndef MINGW32
|
#ifndef MINGW32
|
||||||
#ifdef CYGWIN
|
|
||||||
#include <ncurses/curses.h>
|
|
||||||
#include <ncurses/term.h>
|
|
||||||
#else
|
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#include <term.h>
|
#include <term.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user