summaryrefslogtreecommitdiff
path: root/sci-biology/recon/files/recon-1.08-Wimplicit-function-declaration.patch
blob: 9eba16e4a4107b30963844aac07c27f1fd206606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/bolts.h
+++ b/src/bolts.h
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <math.h>
 #include <stdlib.h>
+#include <stdint.h>
 
 
 #define NAME_LEN 50
--- a/src/seqlist.h
+++ b/src/seqlist.h
@@ -1,6 +1,7 @@
 
 #include "bolts.h"
 #include "string.h"
+#include <ctype.h>
 
 #ifndef _seqlist_h
 #define _seqlist_h