1/* $OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $ */ 2 3/*
4 * Placed in the public domain by Todd C. Miller <millert@openbsd.org>
5 * on June 17, 2003.
6 */ 7 8#ifndef _CURSES_H_ 9#define _CURSES_H_1011#include<ncurses.h>1213#endif /* _CURSES_H_ */