aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/wcd/files/wcd-0.6.0-impl-decl.patch')
-rw-r--r--sci-biology/wcd/files/wcd-0.6.0-impl-decl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-biology/wcd/files/wcd-0.6.0-impl-decl.patch b/sci-biology/wcd/files/wcd-0.6.0-impl-decl.patch
new file mode 100644
index 000000000..15d851577
--- /dev/null
+++ b/sci-biology/wcd/files/wcd-0.6.0-impl-decl.patch
@@ -0,0 +1,15 @@
+ src/auxcluster.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/auxcluster.c b/src/auxcluster.c
+index ac00a0f..e98f19f 100644
+--- a/src/auxcluster.c
++++ b/src/auxcluster.c
+@@ -2,6 +2,7 @@
+
+ #include "common.h"
+ #include "strings.h"
++#include <string.h>
+ #include "assert.h"
+
+ extern SeqInfoPtr seqInfo;