/*	$OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $	*/

/*
 * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
 * on June 17, 2003.
 */

#ifndef _CURSES_H_
#define _CURSES_H_

#include <ncurses.h>

#endif /* _CURSES_H_ */