10 lines
210 B
C
10 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>
|
|
|