mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
NetBSD build fix proposal. (#10308)
Fixing thread naming call and let the class setting RANDOM_MIN/RANDOM_MAX.
This commit is contained in:
parent
44c98089cf
commit
b262184acf
2 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,13 @@
|
|||
#include "exceptions.h"
|
||||
#include "util/string.h"
|
||||
|
||||
#if defined(RANDOM_MIN)
|
||||
#undef RANDOM_MIN
|
||||
#endif
|
||||
#if defined(RANDOM_MAX)
|
||||
#undef RANDOM_MAX
|
||||
#endif
|
||||
|
||||
extern FlagDesc flagdesc_noiseparams[];
|
||||
|
||||
// Note: this class is not polymorphic so that its high level of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue