blob: 86cddb867fa03f6c8830835669be925e60101e14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- thirdparty/headeronly/cfgpath.h.orig 2019-08-18 10:23:32 UTC
+++ thirdparty/headeronly/cfgpath.h
@@ -39,7 +39,7 @@
#define mkdir _mkdir
#endif
-#if defined(__linux__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
|