Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/anese/files/patch-thirdparty_headeronly_cfgpath.h
16461 views
1
--- thirdparty/headeronly/cfgpath.h.orig 2019-08-18 10:23:32 UTC
2
+++ thirdparty/headeronly/cfgpath.h
3
@@ -39,7 +39,7 @@
4
#define mkdir _mkdir
5
#endif
6
7
-#if defined(__linux__) || defined(__APPLE__)
8
+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
9
#include <string.h>
10
#include <stdlib.h>
11
#include <sys/stat.h>
12
13