add required headers for nckeys.h

pull/2497/head
KristofferC 3 years ago committed by nick black
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…
Cancel
Save