Browse code

Add <stdlib.h> include to solve undefined off_t issue.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@74948 bc3139a8-67e5-0310-9ffc-ced21a209358

Michael Lawrence authored on 27/03/2013 19:58:06
Showing 1 changed files

... ...
@@ -1,3 +1,5 @@
1
+#include <stdlib.h>
2
+
1 3
 #include <gstruct/bool.h>
2 4
 #include <gstruct/iit-read.h>
3 5
 #include <gstruct/genome.h>