Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/biology/freebayes/files/patch-SeqLib_bwa_bwt__lite.c
16135 views
1
--- SeqLib/bwa/bwt_lite.c.orig 2018-03-23 18:49:48 UTC
2
+++ SeqLib/bwa/bwt_lite.c
3
@@ -1,6 +1,7 @@
4
#include <stdlib.h>
5
#include <string.h>
6
#include <stdio.h>
7
+#include <sys/types.h>
8
#include "bwt_lite.h"
9
10
#ifdef USE_MALLOC_WRAPPERS
11
12