freebsd-ports/biology/trimadap/files/patch-kthread.c
Jason W. Bacon 9db7a5f181 biology/trimadap: Trim adapter sequences from Illumina data
Reviewed by:    mat
Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D14935
2018-04-03 18:23:54 +00:00

10 lines
192 B
C

--- kthread.c.orig 2017-02-11 22:31:35 UTC
+++ kthread.c
@@ -1,6 +1,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <limits.h>
+#include <inttypes.h>
/************
* kt_for() *