summaryrefslogtreecommitdiff
path: root/sci-biology/emboss/files/emboss-6.6.0_qa-implicit-declarations.patch
blob: eff10b2e6700c4afcea888790b5c4c2cd51a9f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
--- EMBOSS-6.6.0/ajax/core/ajfeatread.c
+++ EMBOSS-6.6.0/ajax/core/ajfeatread.c
@@ -45,6 +45,7 @@
 
 #include <limits.h>
 #include <math.h>
+#include <string.h>
 #include <errno.h>
 
 #ifdef WIN32
--- EMBOSS-6.6.0/ajax/core/ajfeatwrite.c
+++ EMBOSS-6.6.0/ajax/core/ajfeatwrite.c
@@ -43,7 +43,7 @@
 
 #include <limits.h>
 #include <math.h>
-
+#include <string.h>
 
 static AjPRegexp featoutRegUfoFmt = NULL;
 static AjPRegexp featoutRegUfoFile = NULL;
--- EMBOSS-6.6.0/ajax/core/ajpdbio.c
+++ EMBOSS-6.6.0/ajax/core/ajpdbio.c
@@ -37,7 +37,7 @@
 
 #include <limits.h>
 #include <math.h>
-
+#include <string.h>
 
 
 
--- EMBOSS-6.6.0/ajax/core/ajreg.c
+++ EMBOSS-6.6.0/ajax/core/ajreg.c
@@ -32,6 +32,7 @@
 #include "ajlib.h"
 
 #include "ajreg.h"
+#include <string.h>
 
 
 
--- EMBOSS-6.6.0/ajax/core/ajseqtype.c
+++ EMBOSS-6.6.0/ajax/core/ajseqtype.c
@@ -32,7 +32,7 @@
 #include "ajfeat.h"
 #include "ajfile.h"
 #include "ajreg.h"
-
+#include <string.h>
 
 
 
--- EMBOSS-6.6.0/nucleus/embindex.c
+++ EMBOSS-6.6.0/nucleus/embindex.c
@@ -35,6 +35,7 @@
 #include "ajnam.h"
 
 #include <errno.h>
+#include <string.h>
 
 #define BTENTRYFILE     ".ent"
 #define KWLIMIT 12
--- EMBOSS-6.6.0/nucleus/embword.c
+++ EMBOSS-6.6.0/nucleus/embword.c
@@ -36,7 +36,7 @@
 #include "ajutil.h"
 
 #include <math.h>
-
+#include <string.h>