about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-09-07 10:31:33 +0200
committerGitHub <noreply@github.com>2020-09-07 10:31:33 +0200
commit3d082bfb66e322e10b1e5f68aabca435285e634b (patch)
tree53748ccbd899dac7e5538486ed2e3ed4c795a0d8 /src/ui/console.c
parent4f1caeca1ed1f66fd747d9cd67fa5ed90c2bb475 (diff)
parentce67753423389340cf0de0821537c04259288e71 (diff)
downloadprofani-tty-3d082bfb66e322e10b1e5f68aabca435285e634b.tar.gz
Merge pull request #1424 from niacat/netbsd
NetBSD support
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index bd149f3d..a9966bcd 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -42,6 +42,8 @@
 #include <ncursesw/ncurses.h>
 #elif HAVE_NCURSES_H
 #include <ncurses.h>
+#elif HAVE_CURSES_H
+#include <curses.h>
 #endif
 
 #include "common.h"