Fix build on OpenBSD and NetBSD
This commit is contained in:
parent
0f8a6805a0
commit
67dc001e7c
@ -30,7 +30,7 @@
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#elif defined(__macosx__) || defined(__FreeBSD__)
|
||||
#elif defined(__macosx__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#elif defined (__linux__) || defined(__SYLLABLE__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user