Fix utf8proc version logging.

This commit is contained in:
Nicholas Marriott
2020-05-22 17:20:35 +01:00
parent 87a59efc94
commit 6ae26a6b54
2 changed files with 6 additions and 2 deletions

View File

@ -33,6 +33,10 @@
#include <ncurses.h>
#endif
#ifdef HAVE_UTF8PROC
#include <utf8proc.h>
#endif
#ifndef __GNUC__
#define __attribute__(a)
#endif