cursor PoC: add missing header

This commit is contained in:
nick black 2021-06-22 18:24:18 -04:00
parent 491862b60b
commit 2ed67f6ffc
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,6 +1,6 @@
#include <unistd.h>
#include <notcurses/direct.h>
static int
rendered_cursor(void){
struct notcurses* nc = notcurses_init(NULL, NULL);