Log ncurses and utf8proc versions.

This commit is contained in:
Nicholas Marriott
2020-05-22 17:14:35 +01:00
parent d48f0e114e
commit 87a59efc94
3 changed files with 19 additions and 7 deletions

View File

@ -27,6 +27,12 @@
#include <termios.h>
#include <wchar.h>
#if defined(HAVE_CURSES_H)
#include <curses.h>
#elif defined(HAVE_NCURSES_H)
#include <ncurses.h>
#endif
#ifndef __GNUC__
#define __attribute__(a)
#endif