diff options
Diffstat (limited to 'include/curses.h')
-rw-r--r-- | include/curses.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/curses.h b/include/curses.h new file mode 100644 index 0000000..8105fb7 --- /dev/null +++ b/include/curses.h @@ -0,0 +1,13 @@ +/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */ + +/* + * Placed in the public domain by Todd C. Miller <millert@openbsd.org> + * on June 17, 2003. + */ + +#ifndef _CURSES_H_ +#define _CURSES_H_ + +#include <ncurses.h> + +#endif /* _CURSES_H_ */ |