65243f2f7d
epte is a curses-based periodic table of the elements. It provides a set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. Based on a submission from Anthony Bentley. ok sthen@
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
$OpenBSD: patch-periodic_h,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
|
|
--- periodic.h.orig Sat Aug 14 22:55:52 2010
|
|
+++ periodic.h Sat Aug 14 22:56:09 2010
|
|
@@ -296,7 +296,7 @@ modification follow.
|
|
#ifdef VMS
|
|
#include <curses.h>
|
|
#endif
|
|
-#if defined(linux) || defined(__FreeBSD)
|
|
+#if defined(linux) || defined(__FreeBSD) || defined(__OpenBSD__)
|
|
#include <ncurses.h>
|
|
#endif
|
|
|