1 /* $OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $ */
2
3 /*
4 * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
5 * on June 17, 2003.
6 */
7
8 #ifndef _CURSES_H_
9 #define _CURSES_H_
10
11 #include <ncurses.h>
12
13 #endif /* _CURSES_H_ */
14