jcs's openbsd hax
openbsd
at jcs 13 lines 251 B view raw
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_ 10 11#include <ncurses.h> 12 13#endif /* _CURSES_H_ */