1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/biology/kallisto/files/patch-src_Bootstrap.h
Jason W. Bacon 20e5c7c289 kallisto: Patch for build with GCC
PR:             ports/245240
Submitted by:   pkubaj
2020-04-01 23:35:38 +00:00

11 lines
210 B
C

--- src/Bootstrap.h.orig 2020-04-01 16:56:42 UTC
+++ src/Bootstrap.h
@@ -1,6 +1,7 @@
#ifndef KALLISTO_BOOTSTRAP_H
#define KALLISTO_BOOTSTRAP_H
+#include <sys/types.h>
#include <mutex>
#include <thread>