mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 02:26:20 +00:00
Check for ncurses headers on cygwin
This commit is contained in:
@@ -28,7 +28,12 @@
|
||||
#ifdef HAVE_LIBNOTIFY
|
||||
#include <libnotify/notify.h>
|
||||
#endif
|
||||
#ifdef HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
#ifdef HAVE_NCURSES_NCURSES_H
|
||||
#include <ncurses/ncurses.h>
|
||||
#endif
|
||||
|
||||
#include "command.h"
|
||||
#include "contact.h"
|
||||
|
||||
Reference in New Issue
Block a user