mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
20e5c7c289
PR: ports/245240 Submitted by: pkubaj
11 lines
210 B
C
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>
|
|
|