mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
add required headers for nckeys.h
This commit is contained in:
parent
01d7f1e05d
commit
d8c68b4f48
@ -1,6 +1,9 @@
|
||||
#ifndef NOTCURSES_NCKEYS
|
||||
#define NOTCURSES_NCKEYS
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user