From a5408a406d04ba711430f73395c7e9b8e5cd741a Mon Sep 17 00:00:00 2001 From: Sahil Tandon Date: Wed, 8 Sep 2010 03:09:31 +0000 Subject: 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. WWW: http://www.toddmiller.com/epte/ PR: ports/150183 Submitted by: Frederic Culot --- science/epte/files/patch-do_element.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 science/epte/files/patch-do_element.c (limited to 'science/epte/files/patch-do_element.c') diff --git a/science/epte/files/patch-do_element.c b/science/epte/files/patch-do_element.c new file mode 100644 index 000000000000..2e5e2c60a394 --- /dev/null +++ b/science/epte/files/patch-do_element.c @@ -0,0 +1,10 @@ +--- do_element.c.orig 2010-09-01 11:04:14.025987855 +0200 ++++ do_element.c 2010-09-01 11:04:35.003159255 +0200 +@@ -290,6 +290,7 @@ modification follow. + + */ + #include ++#include + #include "periodic.h" + #include "info.h" + -- cgit v1.2.3