mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
centralize ncurses.h include
This commit is contained in:
parent
ecf24256a1
commit
c2cb9508da
1
.github/workflows/windows_test.yml
vendored
1
.github/workflows/windows_test.yml
vendored
@ -33,7 +33,6 @@ jobs:
|
||||
mingw-w64-ucrt-x86_64-doctest
|
||||
mingw-w64-ucrt-x86_64-ffmpeg
|
||||
mingw-w64-ucrt-x86_64-libunistring
|
||||
mingw-w64-ucrt-x86_64-ncurses
|
||||
mingw-w64-ucrt-x86_64-rust
|
||||
mingw-w64-ucrt-x86_64-toolchain
|
||||
|
||||
|
@ -26,6 +26,7 @@ extern "C" {
|
||||
#include <unictype.h>
|
||||
#ifndef __MINGW64__
|
||||
#include <langinfo.h>
|
||||
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
|
||||
#endif
|
||||
#include "notcurses/notcurses.h"
|
||||
#include "termdesc.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user