freebsd-ports/science/epte/files/patch-do_element.c
Sahil Tandon a5408a406d 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 <frederic@culot.org>
2010-09-08 03:09:31 +00:00

10 lines
243 B
C

--- 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 <errno.h>
+#include <string.h>
#include "periodic.h"
#include "info.h"