add required headers for nckeys.h

This commit is contained in:
KristofferC 2021-12-20 14:19:52 +01:00 committed by nick black
parent 01d7f1e05d
commit d8c68b4f48

View File

@ -1,6 +1,9 @@
#ifndef NOTCURSES_NCKEYS
#define NOTCURSES_NCKEYS
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif