You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/amos/files/amos-3.1.0-gcc-4.7.patch

16 lines
400 B

src/Align/find-tandem.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Align/find-tandem.cc b/src/Align/find-tandem.cc
index ddf1cab..a29e21e 100644
--- a/src/Align/find-tandem.cc
+++ b/src/Align/find-tandem.cc
@@ -7,6 +7,7 @@
#include <vector>
#include <ctime>
#include <sys/time.h>
+#include <unistd.h>
using namespace std;
const int OFFSET_TABLE_SIZE = 100;