Merge pull request #243 from yurivict/master

FreeBSD port patches.
This commit is contained in:
Martin Dvorak 2017-11-24 23:12:32 +01:00 committed by GitHub
commit 013caeda17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,8 @@
#include <locale.h>
#ifdef __APPLE__
#include <curses.h>
#elif defined(__FreeBSD__)
#include <ncurses.h>
#else
#include <ncursesw/curses.h>
#endif

View file

@ -21,6 +21,8 @@
#ifdef __APPLE__
#include <curses.h>
#elif defined(__FreeBSD__)
#include <ncurses.h>
#else
#include <ncursesw/curses.h>
#endif