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

@ -18,11 +18,6 @@
#include <sys/types.h>
#if defined(HAVE_CURSES_H)
#include <curses.h>
#elif defined(HAVE_NCURSES_H)
#include <ncurses.h>
#endif
#include <fnmatch.h>
#include <stdlib.h>
#include <string.h>