blob: 8e9448224e2ceea643125bc4478a0f9f7d9ce946 (
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
|
diff --git a/readseq.c b/readseq.c
index 305d23a..9b02a17 100644
--- a/readseq.c
+++ b/readseq.c
@@ -171,6 +171,7 @@ link -w -o readseq -t MPST -c 'MPS '
#include <stdio.h>
#include <string.h>
#include <ctype.h>
+#include <stdlib.h>
#include "ureadseq.h"
diff --git a/ureadseq.c b/ureadseq.c
index 3f8e7f6..799b315 100644
--- a/ureadseq.c
+++ b/ureadseq.c
@@ -20,6 +20,7 @@
#include <stdio.h>
#include <ctype.h>
#include <string.h>
+#include <stdlib.h>
#define UREADSEQ_G
#include "ureadseq.h"
|