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>