зеркало из https://github.com/github/ruby.git
Fix compilation errors in FreeBSD
__FreeBSD_version is defined in sys/param.h.
This commit is contained in:
Родитель
45bcab3c84
Коммит
3d2e7e2ab5
4
random.c
4
random.c
|
@ -44,8 +44,8 @@
|
|||
# include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
/* to define OpenBSD for version check */
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
||||
/* to define OpenBSD and FreeBSD for version check */
|
||||
# include <sys/param.h>
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче