diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-08 03:09:31 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-08 03:09:31 +0000 |
commit | a5408a406d04ba711430f73395c7e9b8e5cd741a (patch) | |
tree | 80f7eadd38dcb151f8bf11194f1dd1593eb002f3 /science/epte/files/patch-do_radii.c | |
parent | f40739f9aeb057bed666a7fd772d70935849f408 (diff) | |
download | ports-a5408a406d04ba711430f73395c7e9b8e5cd741a.tar.gz ports-a5408a406d04ba711430f73395c7e9b8e5cd741a.zip |
Notes
Diffstat (limited to 'science/epte/files/patch-do_radii.c')
-rw-r--r-- | science/epte/files/patch-do_radii.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/epte/files/patch-do_radii.c b/science/epte/files/patch-do_radii.c new file mode 100644 index 000000000000..0d2b204bc42a --- /dev/null +++ b/science/epte/files/patch-do_radii.c @@ -0,0 +1,10 @@ +--- do_radii.c.orig 2010-09-01 11:05:44.971100153 +0200 ++++ do_radii.c 2010-09-01 11:06:02.362650476 +0200 +@@ -290,6 +290,7 @@ modification follow. + + */ + ++#include <string.h> + + #include "periodic.h" + #include "info.h" |