aboutsummaryrefslogtreecommitdiff
path: root/games/spring/files/patch-tools_pr-downloader_src_FileSystem_FileSystem.cpp
blob: d2637852212917410151dbe6cc1d3a44749e4816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
https://github.com/spring/pr-downloader/pull/141

--- tools/pr-downloader/src/FileSystem/FileSystem.cpp.orig	2020-12-20 17:04:22 UTC
+++ tools/pr-downloader/src/FileSystem/FileSystem.cpp
@@ -18,6 +18,7 @@
 #include <sys/stat.h>
 #include <dirent.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #ifdef _WIN32
 #include <windows.h>