summaryrefslogtreecommitdiff
path: root/devel/simgear/files/patch-simgear-misc-sg_path.cxx
blob: 8e8755f12a75092590269ab3ebd0dcab4496e19c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Add missing include for unlink(2) call

--- simgear/misc/sg_path.cxx.orig	2020-05-22 20:11:33 UTC
+++ simgear/misc/sg_path.cxx
@@ -31,6 +31,7 @@
 
 #include <cstring>
 #include <stdio.h>
+#include <unistd.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <fstream>