aboutsummaryrefslogtreecommitdiff
path: root/biology/kallisto/files/patch-src_main.cpp
blob: 2eadc428781c107932cb35c08be4fcf97896dc1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/main.cpp.orig	2023-11-02 11:38:09 UTC
+++ src/main.cpp
@@ -11,6 +11,7 @@
 #include <limits>
 
 #include <cstdio>
+#include <unistd.h>	// rmdir()
 
 #include "common.h"
 #include "ProcessReads.h"