diff options
Diffstat (limited to 'science/epte/files/patch-do_element.c')
-rw-r--r-- | science/epte/files/patch-do_element.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 <errno.h> ++#include <string.h> + #include "periodic.h" + #include "info.h" + |