Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/allacrost/files/patch-src-utils.cpp
16135 views
1
--- src/utils.cpp.orig 2010-05-17 03:38:35.000000000 +0400
2
+++ src/utils.cpp 2013-09-17 03:18:36.343226027 +0400
3
@@ -21,6 +21,7 @@
4
#else
5
#include <dirent.h>
6
#include <sys/types.h>
7
+ #include <unistd.h>
8
#include <pwd.h>
9
#endif
10
11
12